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

    I want to change the width of blog display and single post display . How and where do i change it ?

    Here’s the link to my site http://crosswaveradio.com/home/blog/

    #352481

    Hey simontwr!

    Try adding this to your custom CSS.

    .template-blog .standard-content { max-width: 1200px !important; }
    .template-blog .standard-content .entry-content-header { max-width: 800px !important; }
    .template-blog .standard-content .entry-content { max-width: 800px !important; }
    
    .entry-content-wrapper { max-width: 800px !important; }
    .entry-content-wrapper .entry-content-header { max-width: 800px !important; }
    .entry-content-wrapper .entry-content { max-width: 800px !important; }

    Cheers!
    Elliott

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