Home>Support>sidebar width in mobile phone version
  1. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 8 months ago Jane Walker

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More