Column Width – Fixed?
-
I’d like my blog to stay the width it is, but have it be just one column, without the sidebar on the right. However, when I change the layout, the width shrinks and I don’t like it. I’m using the theme Twenty Eleven.
my blog is http://www.cornwellcrew.com and I know next to nothing about this type of editing. I appreciate your help and patience! Thanks!
The blog I need help with is: (visible only to logged in users)
-
You can use the Custom Design upgrade to add CSS to make a change like that. To try it out, add the following to your Appearance → Custom Design → CSS editor and click the preview button. This example will affect the layout of the posts on the homepage.
#secondary { display: none; } #primary, #content { margin-right: 0; } #content { width: 84.8%; }
- The topic ‘Column Width – Fixed?’ is closed to new replies.