Try this first.
@media only screen and (max-width: 480px){
.product .container { width: 100% !important; padding: 0px !important;}
}
Let me know if this works.
Try this first.
@media only screen and (max-width: 480px){
.product .container { width: 100% !important; padding: 0px !important;}
}
Let me know if this works.