broaden page width to allow better spacing of text
-
Hi. Does anyone know how to allow more text horizontally on the page. When you edit the text it has more space then when it is viewed on the web page. I’m a total novice. Any help much appreciated.
Clo
The blog I need help with is: (visible only to logged in users)
-
Hi Clo, give the following a try and see what you think.
@media screen and (min-width: 896px) { body:not(.no-sidebar) .site-content-wrapper, .no-sidebar .comments-area { max-width: 1100px !important; } }The original max width was 900px. You can adjust that as desired.
- The topic ‘broaden page width to allow better spacing of text’ is closed to new replies.