WordPress Change Default Page Width

Update the following CSS

Appearance, Customize, "Additional CSS"

.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding-left: 2em;
    padding-right: 2em;
}

Leave a Reply