Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #817551

    hi guys,

    is there a way via css to have the menu permanently expanded? i would then hide the open/close button.

    Thanks so much for your help!

    #817597

    Hey clairemartindigital,

    Add the following to quick css:

    #responsive-menu-pro-container.push-left, #responsive-menu-pro-container.slide-left {
        transform: translateX(0%)!important;
        -ms-transform: translateX(0%)!important;
        -webkit-transform: translateX(0%)!important;
        -moz-transform: translateX(0%)!important;
    }

    Best regards,
    Jordan Shannon

    #817757

    thanks you can close this

    #817870

    Hi,

    Great. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘menu always open’ is closed to new replies.