• Hi,
    I have been using the theme fr developing a blog of mine
    and i have seen that the theme works just perfect and i just loved it
    but the posts page width of the default template is too less
    i would like to use it up some more space left between sidebar and the posts page
    Can u please guide me of how to increase the posts page width in the default template excluding the full width.

Viewing 1 replies (of 1 total)
  • Hi there!

    Put this into your custom css or child theme style.css so that you won’t lose all the changes made when the theme updates.

    Child themes are the safest way to go when doing all kinds of modifications.

    #content {
       width: 900px;
    }

    Adjust the value of the width until you achieve your desired result.

    I hope that helps!

    – Luke

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the post page width’ is closed to new replies.