How do I make my posting space wider?
-
Hi, does anyone know how to make my post-able space wider? I want to extend the width of my postings so viewers do not have to scroll down so often and so images can display wider. Any help is greatly appreciated as I have no knowledge of CSS. Thank you!
The blog I need help with is: (visible only to logged in users)
-
-
You can use CSS to widen the main post content area in most themes. What CSS you nee will depend on your theme choice.
I checked http://blog.asecondchanceresale.com/ and I see it is currently using the Bueno theme.
This link has an example showing how to widen the content area for the Bueno theme:
-
How to extend the width of my postings using the Widely Theme?
my blog is: straight2globalchances.comMarco
-
@straight2globalchances, in the future, could you please make a separate request to get help with a question about a different theme than the first question posted?
To make the main width of the Widely theme wider, add this to your Appearance → Custom Design → CSS editor:
.site { width: 1060px; background-repeat: repeat; }Adjust the width value as needed.
- The topic ‘How do I make my posting space wider?’ is closed to new replies.