• i am using azon and my site is vibeboss.com, I would like to have my themes width reduced, however, I can not figure out how to do it. Anybody know how?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try editing your theme’s stylesheet.

    As esmi said, you’ll need to dig through your stylesheet which is located in your theme directory (the file is called style.css).

    There’s a main wrapper (#body) set to a width of 980px but there’s quite a few elements inside it also with set widths, so you’ll need to fiddle with those too.

    Thread Starter jamesruhle

    (@jamesruhle)

    nice! it worked, but now, the sidebar and the spot for my adsense ad got all messed up so i floated it to the left. It’s all the way to the left, now and when i try to add padding its not working. this is what the css looks like for the #body
    #body { float: left; padding-left: 50px; border: 3px solid gold; width: 600px; }

    is that correct?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting the width of my theme’ is closed to new replies.