how can i DISABLE BLOG SIDEBAR in tablet/mobile mode?
thanks!
chris
Hey Chris,
Please go to Enfold theme options > Sidebar Settings and uncheck “Sidebar on Smartphones”
Best regards,
Yigit
strange … i already put this setting off. i STILL get the sidebar (blog page / “episodes”) showing up on my phone and tablet. ugh. any way to FORCE the sidebar off with a resolution number like the burger menu?
thanks!
chris
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 990px) {
.content {
width: 100%!important;
border: none!important;
}
.sidebar {
display: none!important;
}}
Best regards,
Yigit
sweet! thanks so much!
works like a charm! :)
we can close this now.
chris