changing column number

can someone tell me where I can change the column number - currently its 5 and want it at 3...but cant see anywhere to do it. Perhaps Im blind and its staring me in the face but I just cant seem to find it.

thanks

Comments

  • What theme are you using? Basicly, the number of columns is determined by the css file.
  • jem71 Member
    Im using simple+
  • jem71 Member
    dont worry - i worked it out....

    for anyone else that wants to know you just have to change the width in the wrap ID:

    #wrap {
    width: 650px;
    margin: 25px auto 0 auto; /* auto centers the div */
    }
Sign In or Register to comment.