Home › Forums › WordPress Themes – Premium › Flat Responsive › make post the same width as page? › Reply To: make post the same width as page?
November 18, 2015 at 7:48 am
#22107
Participant
Hi There,
Please use the following css to fix your issue:
#fr-content-area .col-md-8 {
width: 100%;
}
Note: Please use the custom css plugin or child theme to write the css. And you can keep the width percentage whatever you want.
Thanks