Home › Forums › Support › Menu Plus height and logo This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts March 28, 2016 at 9:32 am #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! March 28, 2016 at 10:29 pm #182431 TomLead 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 π March 29, 2016 at 12:20 am #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; } March 29, 2016 at 12:21 am #182472 Damiaan van Vliet Oh and good tip about that admin-bar π March 29, 2016 at 10:09 am #182635 TomLead Developer Lead Developer Awesome, glad it’s working π Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In