Adjust content width on balloon theme
-
Hello there,
I’ve been trying to adjust the width for posts/content to around 750-800px but with no luck. Preferably change the position of the content/post a bit to the right as well for more balance.
Here’s my blog: http://www.superliminal.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Add the following to the end of your existing custom CSS. I’ve matched the content width you set in your custom CSS page.
#page, #main { width: 880px; } #primary { width: 860px; } -
-
- The topic ‘Adjust content width on balloon theme’ is closed to new replies.