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

    Is there a way for the sidebar to still display in mobile?

    #126058

    Hi,

    Please add this on your custom.css or Quick CSS

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; }
    }

    Regards,

    Ismael

    #126059

    Hello,

    Unfortunately, I’m not having any luck.

    Tried the code in both the Quick CSS, and in the custom.css document.

    Any other ideas?

    http://www.sixty5marketing.com/demo/chestnutvillage

    #126060

    I stand corrected, seems the sidebar is showing properly in mobile. But it still wants to disappear on desktop when I resize the browser.

    #126061

    Hi!

    Please use this instead.

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 1024px) {
    .responsive #top #main .sidebar {display:block !important; }
    }

    Best regards,

    Ismael

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