Fixed menu not working and hide short description Posted in : Editor valenrmParticipant 15 September 2015 at 18:55 #25404 Hello, i need help for two things: 1. I want the “fixed menu”, but, though I’ve choosen “Fixed Menu” on Theme options, it is not working. I used this codes in Custom CSS for the header: h 1.site-title img { max-height: none; } . site-header { padding-bottom: 0; margin-bottom: 0; } @ media screen and (min-width: 992px) { .site-header .site-title { padding-top: 1.4em; } } 2. Once fixed, I would like the main menu to be visible while I do scroll, like this web: atencionsostenida.com 3. And finally, i would like to hide the short description, it appears under the logo. My url is puentesenelaire.com Thank you very much, ahmetsaliKeymaster 18 September 2015 at 15:13 #25491 Hi, 1, 2-) just replied in this topic; http://www.pixelwars.org/forums/topic/fixing-the-main-navigation-to-the-top/ 3-) try this custom css code; .site-header .site-description { display: none; } valenrmParticipant 19 September 2015 at 14:43 #25526 Hello I forgot to note that, after using this code: ” @media screen and (min-width: 992px) { .is-menu-fixed .site-navigation { position: fixed; } .is-menu-fixed.menu-invisible .site-navigation { -webkit-transform: translate(0,0px); transform: translate(0,0px); opacity: 1; } } ” The problem did solve but if I access the web as admin, the problem persists. You can find a couple of screenshot illustrating the issue through the next links: Admin view: http://i99.photobucket.com/albums/l291/alejandromorean/admin%20view_zpsb3y0vzqa.jpg Visitor view: http://i99.photobucket.com/albums/l291/alejandromorean/visitor%20view_zpswmayck6b.jpg Thanks a lot :) ahmetsaliKeymaster 29 September 2015 at 17:18 #25766 Hi again, try also adding this custom css code; @media screen and (min-width: 992px) { .is-menu-fixed .admin-bar .site-navigation { top: 32px; } } valenrmParticipant 7 October 2015 at 01:11 #25912 Thank you :) ahmetsaliKeymaster 7 October 2015 at 01:30 #25913 you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks. Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item Editor - A WordPress Theme for Bloggersby pixelwars Login and Registration Log in · Register