PenciDesign Supporter replied
Hi,
You can modify the content width by adding the custom CSS code to Appearance → Customize → Custom CSS:
@media only screen and (min-width: 768px) {
#navigation .container,
* .container {
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
}Change 30px to the spacing your want to show at the left/right.
Regards,
PenciDesign.