Fixed menu not working and hide short description

  • Posted in : Editor
  • valenrm
    Participant

    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,

    ahmetsali
    Keymaster

    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;
    }

    valenrm
    Participant

    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 :)

    ahmetsali
    Keymaster

    Hi again, try also adding this custom css code;

    @media screen and (min-width: 992px) {
    	.is-menu-fixed .admin-bar .site-navigation {
                 top: 32px;
                 }
    }
    
    valenrm
    Participant

    Thank you :)

    ahmetsali
    Keymaster

    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
Login and Registration Log in · Register