If you look at your css file, they’re slightly different on those two recently added pages vs the one that works as expected. This bit of code is overriding the code that is currently present on the working page css.
.page-template-grid-page .content-wrapper.full-width {
margin: 0;
}
I would maybe comment that out, to make sure it doesn’t affect other areas of the site.
.page-template-grid-page .content-wrapper.full-width {
/* margin: 0; */
}
Hope that helps get you started.
Great….can I put this fix into the CSS Stylesheet Editor or do I need to find this area in the actual CSS and use the built in theme editor?
I am unclear as to where to go to fix the pages that were added and also how to prevent this from happening again.
I have access to the CSS but not sure how to find it for individual pages that I add.