Hello,
could anyone tell how to change region header height?
we are using region template Standard like below,but not sure
where should add [style="height:4px],Please instruct me to do it.
<div class="t-Region #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
<div class="t-Region-header">
<div class="t-Region-headerItems t-Region-headerItems--title">
<h2 class="t-Region-title" id="#REGION_STATIC_ID#_heading">#TITLE#</h2>
</div>
<div class="t-Region-headerItems t-Region-headerItems--buttons">#COPY##EDIT#<span class="js-maximizeButtonContainer"></span></div>
</div>
<div class="t-Region-bodyWrap">
<div class="t-Region-buttons t-Region-buttons--top">
<div class="t-Region-buttons-left">#PREVIOUS#</div>
<div class="t-Region-buttons-right">#NEXT#</div>
</div>
<div class="t-Region-body">
#BODY#
#SUB_REGIONS#
</div>
<div class="t-Region-buttons t-Region-buttons--bottom">
<div class="t-Region-buttons-left">#CLOSE##HELP#</div>
<div class="t-Region-buttons-right">#DELETE##CHANGE##CREATE#</div>
</div>
</div>
</div>