Page width and page section width is differ

Hi @Mentorpublish

Paste this code in your base.css

@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 120rem;
    }
}

Let me know if it’s helpful by like and accept my solution.

Best Regards,

Team_OSC