Is there a way for the sidebar to still display in mobile?
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
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?
I stand corrected, seems the sidebar is showing properly in mobile. But it still wants to disappear on desktop when I resize the browser.