Widen Content Width on Kent Theme
-
Hi. I can’t figure out the css to widen the content on my blog. The default width is 656 pixels. Please help.
The blog I need help with is http://mzsba.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can try adding the following CSS:
#main { max-width: 1000px; }(The original value is 840px, so play around with the number to find the width you’re happy with).
-
-
- The topic ‘Widen Content Width on Kent Theme’ is closed to new replies.