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

9
  1. Andrew Misplon Staff 11 years, 9 months ago

    Hi

    Please try this under Appearance > Custom CSS and adjust as required:

    /* Sidebar */
    #primary { width: 65% !important; }
    #secondary { width: 45% !important; }
  2. Ramamoorthy Krishnamoorthy Sangam 11 years, 9 months ago

    Thanks. The feature worked. But one more question.
    can i change the width separately for individual pages and posts

  3. Andrew Misplon Staff 11 years, 9 months ago

    Sure, just prefix the selector with the page class. The page class can be found in the body tag of the page when viewing the page source. It might look as follows:

    .home
    .blog
    .single
    .page
    .page-id-xx

    etc.

    For example, to do this only on the home page:

    /* Sidebar */
    .home #primary { width: 65% !important; }
    .home #secondary { width: 45% !important; }

    Hope that helps.

  4. Ramamoorthy Krishnamoorthy Sangam 11 years, 9 months ago

    Thanks, Will the same apply for top and bottom borders. How do I change the bottom and top borders.

  5. Greg Priday Staff 11 years, 9 months ago

    For most other customizations, this is a good guide.

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  6. Ramamoorthy Krishnamoorthy Sangam 10 years, 11 months ago

    How can I have different side bars for individual pages

  7. Leigh 9 years, 10 months ago

    Hi there,
    I know this is an old thread, but I need a little help!

    I tried the suggested custom CSS above (worked beautifully) however the comments section below the post became “weird”. It started to become clipped / rendered underneath the sidebar. Is there a third parameter that I am missing to ensure the comment section renders correctly like the post(s) / sidebar are?

    Cheers,
    Leigh

    • Andrew Misplon Staff 9 years, 10 months ago

      Hi Leigh

      We’d like to help you, but can you please start a new thread with your question? We can only offer you the best support possible when you’re the owner of a thread.

      Page: New Thread

      If you post the link to your new thread here once it’s open we’ll do our best to get it soon.

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