How do I widen the area of my blog so I have less solid color space on the sides
-
How do I widenthe area of my blog so I have less colored space on the sides?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use Custom CSS to make your blog wider. To add custom CSS, go to your My Blogs page and click the Customize link under the blog’s title. In the Customizer, open the CSS section and in the CSS editor there, you can enter the following CSS:
#container { width: 1040px; }That CSS code will make your blog wider, and you can adjust the number of pixels to get the width you prefer. You may also need to adjust other parts of the CSS to get everything looking the way you want with that new width.
We have tips for getting started with CSS here:
And if you have CSS questions, most of our CSS support is done in the CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization
If you’d like to make further changes with CSS, you can post your questions in that forum and the expert staff and volunteers there will help you find the CSS you need. :)
- The topic ‘How do I widen the area of my blog so I have less solid color space on the sides’ is closed to new replies.