Archived topic
Widen page margin
3 replies · Started by Edward on November 27, 2018
Viewing posts 1–4 of 4
Hi,
How can I change the margin size on my pages so that the text filles in more of the page and it's wider?
Thanks!
Hi there,
This CSS in Addtional CSS field in the customizer is setting a max-width on the content:
.entry-content,
.entry-summary,
#comments {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
You can either remove it completely, or increase the px number.
Let me know if this helps :)
Perfect! thanks :)
No problem :)
This archived topic is closed to new replies.