Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #842200

    how can i DISABLE BLOG SIDEBAR in tablet/mobile mode?

    thanks!

    chris

    #843489

    Hey Chris,

    Please go to Enfold theme options > Sidebar Settings and uncheck “Sidebar on Smartphones”

    Best regards,
    Yigit

    #843499

    strange … i already put this setting off. i STILL get the sidebar (blog page / “episodes”) showing up on my phone and tablet. ugh. any way to FORCE the sidebar off with a resolution number like the burger menu?

    thanks!

    chris

    #843509

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 990px) {
    .content {
        width: 100%!important;
        border: none!important;
    }
    .sidebar {
        display: none!important;
    }}
    

    Best regards,
    Yigit

    #843525

    sweet! thanks so much!

    works like a charm! :)

    we can close this now.

    chris

    #843530

    Hi,

    You are welcome Chris! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘how can i DISABLE BLOG SIDEBAR in tablet/mobile mode?’ is closed to new replies.