Home>Support>Vantage-mobile look

Vantage-mobile look

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.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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;
    	}
    
    }
  2. 11 years, 1 month ago Alika Launiu

    Perfect boss….thank you…

  3. 11 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Super, glad we could help. 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More