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].
I was wondering how I can remove the sidebar from the mobile view only. Any help would be great.

Hi Alika
Please try the following under Appearance > Custom CSS:
/* Vantage hide the sidebar on mobile */ @media screen and (max-width: 680px) { #primary { width: 100% !important; } #secondary { display: none !important; } }Perfect boss….thank you…
Super, glad we could help. All the best.