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/
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