full width

Hi I have gone through the forums but cant find an answer that solves my problem

this page I need to be full width https://www.wowcreativesuk.com/design-services/logo-design/

I dont have the option as normal via word press, so I checked in the shaply cusomise settings and I can only set portfilio and blog pages to full width in their.

Where is the option to make pages full width?

Thank you

hey there

Hope you are having a good day and thank you for your question
Please add this CSSĀ in appearance - customize - additional CSS

@media (min-width: 1200px){
.page-id-49 .container {
width: 100%;
}
}

Thanks!
Colorlib Support Team