Change the width of main column
-
Hi,
I would like to change the width of my main column to 500px instead of 590px.
What would be the code to do that?
Thanks for your help!
BryanThe blog I need help with is: (visible only to logged in users)
-
This depends on which theme you are using. I was able to check that and I see that you are using the Clean Home theme. You can adjust the width of the main column to 500px with this CSS:
#wrapper, .header, #footer { width: 780px; } .content { width: 500px; } .post img { max-width: 470px; } -
Oh, and you should also update the limit width on the Appearance → Custom Design → CSS page to 470px. Also, note that you can adjust the widths above as necessary.
- The topic ‘Change the width of main column’ is closed to new replies.