Widen Wu Wei template
-
I would like to know how to widen the Wu Wei template so that the images can be larger. Don’t need all the white space on either side. Thanks!
The blog I need help with is: (visible only to logged in users)
-
In the Wu Wei theme, the width is set in on a few different elements. Here is some CSS that will make a major adjustment to the width:
.center-column, .center-column-sidebar, #footer-widgets { width: 80em; } .post-content { width: 60em; }Then go to Appearance → Custom Design → CSS and set the limit width to 720px.
Note that if you added a header image, you would need to add an image to your media library about 960px wide and then adjust the header image using CSS. And you may need to adjust things like footer widget areas if you add additional widget content.
I picked 80em and 60em arbitrarily, you can adjust the widths to whatever you’d like, just make sure to adjust all of them by equal amounts for the best results.
- The topic ‘Widen Wu Wei template’ is closed to new replies.