Home Forums WoodMart support forum Side margins in blog posts

Side margins in blog posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #81435

    davidjungle
    Participant

    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.
    #81447

    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

    #81601

    davidjungle
    Participant

    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.

    #81602

    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

    #81603

    davidjungle
    Participant

    Perfect!! Thank you very much!!

    Regards!

    #81629

    Artem Temos
    Keymaster

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Side margins in blog posts’ is closed to new replies.