Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #344672

    We are using a logo that is about 150px tall, but even when the browser is open all the way, it’s about 1/3 of that size. How do we get the logo to start at the size uploaded?

    NOTE: The logo is intentionally positioned lower to display between menu items, but even when we turn this off, it remains small.

    #344883

    Hey koala!

    Try adding this to your custom CSS,

    .logo, .logo a { height: auto !important; }

    Best regards,
    Elliott

    #344900
    This reply has been marked as private.
    #344936

    Hey!

    I can see you managed to fix the spacing issue. Could we consider this as resolved?

    Best regards,
    Arvish

    #344972

    Well, it’s close, but not resolved. The blue hover line is not matching up with the bottom of the container. It’s too close to the menu items. It should be where the next section begins.

    #345299

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 50px; }

    Regards,
    Yigit

    #345414

    Resolved!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo shrinks too much.’ is closed to new replies.