Hey there epitoy,
How are you doing today?
% in width compared to the actual width in px would depend on the width of the screen where you are checking this.
Are you looking to increase the width of the whole page on larger resolutions or just to increase content width and decrease the sidebar?
Please let me know so we can try to apply some custom CSS.
Cheers,
Bojan
Thread Starter
epitoy
(@epitoy)
I would like my content width to be at 500px to decrease the characters per line in my posts so that it would be a lot easier to read. The sidebar is fine as is.
Hey agian,
You should be able to limit content width by setting maximum width to content element instead of changing the the actual width in % if that makes sense.
To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.entry-content {
max-width: 500px;
}
In case you want to center that content you can add this instead:
.entry-content {
max-width: 500px;
margin: 0 auto;
}
If the code doesn’t work please keep it added and post link to your site so I can take a look.
Hope this helps 🙂
Cheers,
Bojan
Hi epitoy,
Please refer how to section of theme page
http://themonic.com/iconic-one/
Thread Starter
epitoy
(@epitoy)
Hello, just want to say thank you for this. I’ve changed my content width with the plugin you suggested. It was so easy to do it. Thanks, again! 🙂
http://www.peterlabs.com