.frontpage #gkHeader { height: [your value]px }
bkrztuk wrote:Height of this area is computed automatically based of custom HTML inside (module height) but you can change it via CSS. Please add this code to override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
.frontpage #gkHeader { height: [your value]px }
and then just remember to enable "Use override CSS" option in template advanced settings tab.