Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #210547

    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

    #210555

    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

    #210591

    Okey Ismael, thanks i’ll try

    #210593

    Hi!

    Please let us know if it doesn’t work.

    Cheers!
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Why the max logo size is not used ?’ is closed to new replies.