Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22291

    Is there a way to get sidebar content to show in mobile?

    #115281

    Hi,

    You can add this on your custom.css

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {

    .responsive #top #main .sidebar {display:block; }

    }

    The sidebar will be place at the bottom before the footer.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Sidebar not showing in mobile viewing?’ is closed to new replies.