Tagged: mobile view, sidebar
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.
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
thanks this worked.