[Resolved] Menu Plus height and logo

Home Forums Support [Resolved] Menu Plus height and logo

Home Forums Support Menu Plus height and logo

  • This topic has 4 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #182280
    Damiaan van Vliet

    Hi Tom,
    Is it possible to change height of the sticky menu because I have a logo which has a 50px height.

    And I wanted to change background color but I found it already with css and will post it also here:

    .admin-bar .navigation-clone.navigation-stick {
        background: white none repeat scroll 0 0;
    }

    Thanks!

    #182431
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can do so with this:

    .main-navigation.navigation-clone .main-nav ul li a {
        line-height: 50px;
    }

    You’ll also want to remove .admin-bar from your CSS above or it will only apply when you’re logged in πŸ™‚

    #182471
    Damiaan van Vliet

    Thanks Tom, working!

    I also added for the logo to be larger than it showed because after uploading it looked very small:

    .main-navigation .sticky-logo, .main-navigation .sticky-logo img {
        height: 35px;
    }
    #182472
    Damiaan van Vliet

    Oh and good tip about that admin-bar πŸ™‚

    #182635
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad it’s working πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.