Reply 288189 to: Buy Now Button

Avatar: Olga Barlow
Olga Barlow
Support staff
May 19, 2021 at 15:14

Hello,

You can edit the whole site width from Theme Options > General > Site width. If you want to change the container width for the single product only use the below code

@media only screen and (min-width: 1200px){
.single-product .content-page {
    max-width: 1120px;
}
}

I have added that to Theme Options > Custom CSS > global CSS. Check now.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.