Height of site header
- The topic ‘Height of site header’ is closed to new replies.
Need help? Check out our Support site, then
Hi Taras
Is it possible to increase the height of the site header by about 25%? I was hoping a bit more of the background image that I’ve used in the site header could be visible.
Thanks as always!
Hello,
In order to increase the height of the site header section, we need to increase its top and bottom paddings. So, please use this custom CSS to increase the height of the site header :
.header-inner {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
Let me know if you have any additional questions.
Kind regards,
Taras
Perfect – thanks!
You are very welcome!
Kind regards,
Taras