Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #225655

    First of all, this is such a great theme. I’ve been able to work out everything by myself thus far. One thing that I haven’t been able to do is to change the width of a page.

    When I select no sidebar for a post, I love how narrow the content is. But, when I do this for a page, there isn’t the same amount of padding.

    How can I make the content of a page narrower while keeping the page responsive?

    Thanks in advance.

    #225947

    Hi Jack!

    You can this on Quick CSS to decrease the size of the page content just like the post without sidebar:

    .page .fullsize .content .entry-content-wrapper {
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.