I used CSS to add a margin globally to all pages for mobile use but now have a white gap on the L & R.
Under Layout & Design, I set the background color to my Primary / Blue but it’s not filling out those edges. Any ideas on how to correct this issue?
/* Global Margins for mobile pages */
.blog .x-container.max.width.offset,
.archive .x-container.max.width.offset,
.single-post .x-container.max.width.offset,
.x-section {
margin: 0em .5em 0em .5em !important;
}