Yes, no problem
.
https://www.gavick.com/documentation/un ... mla-pages/above documentation shows you how to add page suffix.
Lets pretend you have added:
"customheared"
suffix.
Now please edit: /templates/gk_quark/css/override.css and add at its end:
- Code: Select all
.customheader #gkHeaderMod {height: 150px !important;}
where customheader is your suffix.
Remember to enable "CSS override" in template settings - advanced section.
The only problem with this solution is it will change header height for all devices - no rwd control, but you can go even further and setup it with media queries to set different heights for different screen widths.