PenciDesign replied
Hi,
Please try add more this code to Customize > Custom CSS to reduce the container width:
\
@media only screen and (min-width: 1170px){
.container{ width: 1000px; }
}\
Change number 1000 to value you want.
Best Regards,
PenciDesign