Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • yetopen Friend
    #201151

    Hi.
    I’d like to have the Sections menu always visible on desktop sizes (so still be hidden on mobile/tablets).

    How can I do that?
    thanks

    Saguaros Moderator
    #548793

    Hi yetopen,

    Do you mean that you want the Sections menu always shows without hovering? http://prntscr.com/4l3a78

    If so, you can try with this tweak:
    – Create a new css file called custom.css
    – Add this css rule:

    @media screen and (min-width: 768px) {
    .side-nav.fade.always-show{
    display: block !important;
    }
    .t3-mainnav .vert-nav .side-nav{
    transform: translate(0%, 0px);
    }
    }

    yetopen Friend
    #552765

    great, thanks!
    adding this code I could also hide the, now useless, menu button:

    button.btn-sidenav {
    border-right: 0;
    }
    button.btn-sidenav > i {
    display: none;
    }

    yetopen Friend
    #557205

    Hi,
    it seems that the modify for have always the menu visible on desktop doesn’t work on safari. What can i do?

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  yetopen 9 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum