Widen Blog entry in theme
-
Hi
I am trying to change the width of the content on my blog. It is too narrow. I was able to change the size of the images on the blog using custom CSS. However I was not able to make the text in the blog wider. Is it possible to do make the textin the blog more wide and not so narrow with this theme?Thanks!
MathewThe blog I need help with is: (visible only to logged in users)
-
Hello Mathew,
Happy to help you with this.
The CSS you could try and use is:
/* Increase content width */ .single-post .hentry { width: 100%; margin-right: 2rem; margin-left: 2rem; } .single-post .entry-content { float: left; width: 85%; }You can adjust the width, and margin percentages to suit your needs.
I hope this helps.
-
- The topic ‘Widen Blog entry in theme’ is closed to new replies.