How do I change the width of the columnist theme to fit in the whole page? Or an alternative would be to make it centered? Very new at this so any assistance would be greatly appreciated :)
The blog I need help with is thepolicybooth.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How do I change the width of the columnist theme to fit in the whole page? Or an alternative would be to make it centered? Very new at this so any assistance would be greatly appreciated :)
The blog I need help with is thepolicybooth.wordpress.com.
To clarify, do you mean whole page as in the entire size of the browser window?
Going full-width might look strange on large screens. I'd recommend tying out centering first. Give this CSS example a try to see how you like it:
#main,
#colophon {
margin: 0 auto;
}
Also see this related forum question:
http://en.forums.wordpress.com/topic/the-columnist-column-width?replies=2
P.S. Your site looks great! I think The Columnist theme is working out well for your content.
This topic has been closed to new replies.