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

2
  1. Andrew Misplon Staff 11 years, 28 days ago

    Hi Jane

    In Custom CSS you’ve written:

    /* width of sidebar */
    #primary { width: 65% !important; }
    #secondary { 
      width: 35% !important; 
      text-align: center;
    }

    Rather don’t use !important there.

    If you remove !important you should then able to add to your Custom CSS:

    @media (max-width: 680px) {
    #primary { width: 100%; }
    #secondary { width: 100%; }
    }
  2. Jane Walker 11 years, 28 days ago

    Perfect, thank you very much.

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