Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24514

    Hi, when i view the site in mobile or tablet the sidebars disappears. Instead I want it to show below the content of the page (in mobile/ tablet view only) & below that the footer widgets as it now.

    #123698

    Hi rinoy,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

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

    Regards,

    Devin

    #123699

    thanks this worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar not visible for mobile view’ is closed to new replies.