Side margins in blog posts
-
Hi. I wanted to know if you could increase the lateral margins in the blog entries, adjusting the text more to the center of the screen as in other websites or themes. As it is now in my opinion, the amount of text is too broad and makes reading difficult, forcing the viewer to move too much over the width of the screen. I think it would be interesting to add that customization option in an update. Thank you very much!!
Attachments:
You must be
logged in to view attached files.
Hello,
You can set the sidebar and set its width to narrow the blog post content http://prntscr.com/l371i1
Leave the sidebar empty
Best Regards
My idea is to use the text version in the center without widgets, not to leave an empty white side on one side and the other that fits the screen. At the moment I can manage, but I would appreciate a custom option that I think would add value to the theme. Or in another case they told me how I could modify to reduce that screen width occupied by the text of the entries.
Hello,
Please add this code to the Theme settings > Custom CSS
.post-single-page .article-body-container {
max-width: 600px; /* Set your container width */
margin-left: auto;
margin-right: auto;
}
Best Regards
Perfect!! Thank you very much!!
Regards!
The topic ‘Side margins in blog posts’ is closed to new replies.