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

#22164
Binaya D
Participant

Hi There,

Please use the following css to fix the issue in post page:


.post.type-post {
    width: 60%;
}

Thanks