• Hi,

    How can I make sure the sidebar/menu is always visible on small screens by default?

    I would like that you don’t need to click the button for the menu but that the menu is already visible.

    Thank you.

Viewing 1 replies (of 1 total)
  • bravokeyl

    (@bravokeyl)

    You need to add custom css to do these changes this can be either by creating a child theme or using plugins.
    Link

    .secondary {
    display:block; /*displays sidebar*/
    }
    .secondary-toggle {
    display:none; /*hides toggle button*/
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar / menu toggle always on.’ is closed to new replies.