This topic has 2 replies, 2 voices, and was last updated 9 years by stef418.

  • Author

    Tagged: 

  • #39674
     stef418
    Participant

    Hi,

    i would like to set the side menu visible by default.
    How can i do this ?

    Thank’s

    Stef

    #39986
     Radu
    Moderator

    Hello,

    You can do it by adding in Theme Options -> General Settings -> Quick Css this code

    .offcanvas-right.offcanvas-type-default .offcanvas-sidebar,
    .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0px, 0) !important;
    right: 0;
    }

    .offcanvas-left.offcanvas-type-default .offcanvas-sidebar,
    .offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    }

    Is not recommended to do that modification because affects the user experience.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #41066
     stef418
    Participant

    Hello,

    Thank’s for the code (:

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?