Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] How to shorten paragraph width Reply To: [Solved] How to shorten paragraph width

#176613
janet4now
Participant

I would do:
.entry-content p {
max-width: 700px;
margin: 0 auto 30px;
}