Logo Size too big [logo size]

edited November 2014 in Theme support
My logo is too tall for the menu bar.

I'm trying to do the "classic" menu but my logo is 180 px tall. Is there a way to make it show entirely? It could come below the nav bar area. Right now it cuts it in half.

Comments

  • edited July 2014
    Hi marius7,
    I have the same issue. I changed the size by adding this to my style.css of my child-theme:
    #Top_bar #logo {
    height: 130px !important;
    }

    Unfortunately, with this method, the sticky menu will only appear after the end of your logo.

  • Thanks @creativeCat for your help :)

    @marius7 If above code provided by @creativeCat won`t help, then please send us url to your website so we can have a look on what you did and what css will be the  best in your case.
  • Thank you! That worked!
  • Thanks Creative Cat,

    Your solution did work. My only issue was that the menu items are no longer vertically aligned or centered. But I found a solution for this which was to add:

    #Top_bar .menu > li > a {
    padding: 26px 0;
    }

    Just adjust the 26px according to your needs.
  • thank you, you solve my issue as well!
Sign In or Register to comment.