Hi
I have recently launched my Shopify website https://foodies-choice.com.au/ . It looks great on Desktop but when I view it on the Phone the alignment get messed up. Below are the pictures. Theme that I have chosen is called “Supply”. Any Ideas how I can fix it. Thanks in advance 
Home Page
Product Page
1 Like
@Drashtea
please try this code
-
Go to Online Store->Theme->Edit code
-
Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 600px){
.grid-item {
padding-left: 18px !important;
}
.grid, .grid--full, .grid--rev, .grid-uniform {
list-style: none;
margin: 0;
padding: 0;
margin-left: -7px !important;
}
.template-product .grid-item {
padding-left: 31px !important;
}
}
Thanks!
It worked! Thank you so much! 