Reply 189522 to: How to disable div.container?

Avatar: Rose Tyler
Rose Tyler
Support staff
March 28, 2018 at 12:37

Hello,

You can use this code in custom.css:

@media only screen and (max-width: 480px) {
.single-product .container {
    padding-left: 5px;
    padding-right: 5px;
}
}

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.