Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
hello, I activated the responsive feature and, I’d want to know if there is a way of disable or hide my sidebar/widgets on mobile phones……
ps. sorry for my bad english :/
Hi Gabriel,
I guess it’s possible simple adding this css:
.mobilenav .widget-area { display: none; }
Sorry.. Try this:
@media (max-width: 680px) {
.mobilenav .widget-area { display: none; }
}
Thanks :D
Hi Thiago. Thanks for the contribution!