How to widen the text area of Twenty Seven and keep it centered
-
I managed to widen the text area through a css code I found on another thread.
It works, but the text is a little centered to the right, to many whitespace on the left.
This is what I used@media screen and (min-width: 1068px) { body.page .entry-header, body.single .entry-header { width: 100%; margin-left: 0 !important; left: 0 !important; } .entry-author, .entry-content, .entry-footer { padding-right: 80px; padding-left: 0; width: 968px; } }
the website is https://beenhakkers.nl
Any solutions to get the text centered??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to widen the text area of Twenty Seven and keep it centered’ is closed to new replies.