Hide page secion on mobil
This is for a section on my home page and happens to be the testimonials area.
Is there a way to hide a section of the page? Specifically, the testimonials widget does not resize for mobile and it would be better to not show it.
If you have a better solution – I would love to hear it. I tried to figure out a solution with your tools and couldn’t figure it out but would love to know it if there is a way.
Right now the page is down one level but I will be moving it to http://www.donnasimmons.com/ so if you get to this tomorrow can you check there instead? Thank you.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Georgia
The only way that I can think to handle this right now is using CSS:
/* Home */ @media (max-width: 680px) { #pg-78-1 { display: none; } }Thank you for your help Andrew. This worked like a charm.
Super, glad to hear that did the trick.
All the best.
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.