Widen content area on Bueno Theme
-
I can’t figure out how to widen my content area on the Bueno theme that I’m using. I’ve read in the forums about editing the coding but I don’t know how to do that or where to even go to edit the code. Could anyone help me? My blog posts are being cut off in width (both pictures and text).
I’d really appreciate the help!
Thanks!
The blog I need help with is: (visible only to logged in users)
-
If you have the custom design upgrade, then you would add the following to your custom CSS and then add the same amount to the two width values. On the CSS edit page, you would also want to add the same amount to the “content width” in the “Publish” module on the upper left. That sets the maximum width for images. You can if you wish, add the following and edit and then use the preview function to see what things look like.
.col-full { width: 940px; } #main { width: 620px; }Something to think about: there are still a good number of people out there with 1024px wide monitor resolutions, and your site right now is 940px in width. About the maximum you can go in overall width (.col-full) and not cause people to have to scroll horizontally is 990-1000px, which isn’t much wider. You could narrow the sidebar some and then take that space for the content.
- The topic ‘Widen content area on Bueno Theme’ is closed to new replies.