disable sidebar/widgets
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 :/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi 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!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.