Home Forums Pro Themes Biography Pro Single Post Blog Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1111
    kevlvn
    Participant

    Is there a way to change the width of the blog entries on the Blog page and as as single post? I would like it to be a little narrower.

    Thank you. Really dig this theme.

    #1112
    wensolutions
    Keymaster

    Hi,

    Try adding following custom styles in your theme option.

    Go to Appearance -> Customize -> Theme Options => Custom CSS

    body.blog #primary {
        width: 58%; /* reduce width of blog content area to 58%. You can adjust this value in your own */ 
    }
    
    .single #content #primary {
        width: 58%; /* reduce width of single post to 58% */
    }

    Hope this helps!

    #1113
    kevlvn
    Participant

    Perfect. Thanks again.

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