This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 11 years, 10 months ago

    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. Alika Launiu 11 years, 10 months ago

    Perfect boss….thank you…

  3. Andrew Misplon Staff 11 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread