hello
it’s very difficult to understand how works the best logo size:
You said: “Logo Dimension: 340px * 156px” in the theme optios.
I’m using this header: Small fixed header so i upload a logo with this size but when i see the result it appears that there is an inline style applied: line-height:88px; height:88px, so my logo is distorted.
> What is the real max dimensions i must have if i use the Small fixed header?
thanks
Hey pako69!
You can add this on Quick CSS to define the height of the header and the logo will automatically resize:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; }
Regards,
Ismael
Okey Ismael, thanks i’ll try
Hi!
Please let us know if it doesn’t work.
Cheers!
Peter