• hi im looking to update my website.

    I would like to know how to remove the secondary widget which is my sidebar on the right.

    Also is it possible to keep the secondary widget(right side bar) on some particular pages and have it removed on others?

    my site is

    http://www.calligraphycompany.com

    Thanks

Viewing 1 replies (of 1 total)
  • No guarantees, but try adding this to the end of style.css to remove the sidebar:

    #sidebar2 { display: none; }
    #container { margin-right: 0; }

    Don’t know of a really easy way to have it show on only some pages without modifying the theme code.

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove secondary widget area?’ is closed to new replies.