Viewing 5 replies - 1 through 5 (of 5 total)
  • Then don’t. Just get a theme that looks like you want.

    You have to edit whole CSS file to do that ( to fill the free space, otherwise it will get automattically filled and believe me you wont like that )

    so better option is find a new theme

    Thread Starter cuberds

    (@cuberds)

    How would I get rid of my second sidebar in my stylesheets?
    The site is here

    Try remove this

    <div id="colTwo">
    <ul>
      <h2>
        <label for="s"></label>
      </h2>
      <br />
       </ul>
    </div>

    Or just do it the ol’fashioned way and add

    #colTwo { display:none; }

    In the CSS

    Thread Starter cuberds

    (@cuberds)

    Thanks so much for the helpful advice!

    What if I wanted to move the 2nd sidebar to the right?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Deleting sidebars in WordPress’ is closed to new replies.