Hi there,
I want to use a logo that measures 200 x 105px, which somehow gets squeezed down to a height of just 88px under the theme’s default settings and hence, it comes out way too small.
Frankly, I don’t understand that, because my logo’s dimensions fall way inside of the theme’s maximum dimensions of 340 x 156px.
Anyways, based on information that was provided in another forum post, I went ahead and defined a custom px height for the header (140px) in the theme’s options. Although this is even smaller than the default settings, the logo now displays ok; however, the transparent header option, which is defined in some of my pages, no longer works.
Any ideas why this is?
There’s one more thing. Is there a way to turn off the awkward squeeze of the logo in the sticky menu option (as you keep scrolling down on the page).
I’d appreciate any pointers. Many thanks.
Hey!
Try adding this code to the Quick CSS:
.html_header_transparency #top #wrap_all #main{padding-top: 0 !important;}
Cheers!
Josue