Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #407361

    On a smartphone, the sidebar navigation menu shows up, and I would like for it not to.

    Howe would I do that?

    Thanks!

    #407550

    Hi Scott!

    when does it show up? when you open it? or when you open your website? which browser are you using? do you want to disable your mobile menu completely? or what exactly do you want to achieve?

    Cheers!
    Andy

    • This reply was modified 9 years, 4 months ago by Andy.
    #408323

    It shows up if you swipe to the left from the home screen.

    I don’t want to disable the mobile menu, just the navigation sidebar…

    Thanks!

    #408328

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Issue will be fixed on upcoming update.

    Regards,
    Yigit

    #408329

    Perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sidebar Navigation on Smartphone’ is closed to new replies.