How can I make a custom page template full width?

password is scrollstaging

https://bree-western-aesthetics.myshopify.com/pages/about-us

I’d like the page to be full width and the padding above the image with text section to go away

1 Like

@scrolldesigner

yes sure add this code

.page-title--about-us .header-wrapper {
    margin-bottom: 0 !important;
}
.page-title--about-us main .container {
    max-width: 100%;
    padding: 0;
}
1 Like