Home › Forums › WordPress Themes – Premium › Flat Responsive › make post the same width as page? › Reply To: make post the same width as page?
November 30, 2015 at 9:50 am
#22164
Participant
Hi There,
Please use the following css to fix the issue in post page:
.post.type-post {
width: 60%;
}
Thanks