Sticky Header Size
I know that i can use this CSS to increase the logo in the sticky header but then the logo overlaps the sticky header.
#Top_bar.is-sticky #logo img { max-height: 100px !important; }
How do you also increase the sticky header to work with the new larger logo? Or what CSS needs to be used to increase sticky header height as well?
Comments
Sticky Header Size can be only increased with Custom CSS.
There is no option like this in Theme Options.
We help with simple CSS only.
If you don't know good basics of CSS, then we suggest not to customize it, because the size of a header is managed by JS Script.
Thanks