Home Forums WordPress Themes – Premium Flat Responsive make post the same width as page? Reply To: make post the same width as page?

#22107
Binaya D
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