Reduce white space around edges
- The topic ‘Reduce white space around edges’ is closed to new replies.
Need help? Check out our Support site, then
Hi – is there a way to decrease the size of the white space around the pages so that the content is larger? Love the clean design, but this is a change I’d like to do site wide if possible (in one place as opposed to each page). Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there!
You could try the following Custom CSS. Simply drop this in your Design > Customize > CSS menu. Make sure to add it after anything else that may be there :
.content-area{
max-width: 1000px;
}
.page .entry-content {
padding: 0;
width: auto;
}
Hope that helps!