Hi,
We are encountering the issue where the Product pages on mobile devices are too wide for our website - www.uscha.com.au. I have tried adding the following code to the Style.css.liquid as per the instructions on this post - https://community.shopify.com/c/shopify-design/pages-are-too-wide-on-actual-mobile-device/m-p/707148
but it doesn’t seem to have fixed the issue
@media only screen and(max-width:768px){
.usf-mobile .usf-results.usf-grid {
margin-left: 0px !important;
}
.usf-results .grid-item {
width: 100%!important;
}
}
@media only screen and(max-width:768px){
.grid {
margin-left: 0px !important;
}
.grid-item {
width: 100% !important;
}
}
Has anyone got any other suggestions regarding how we can sort this out?