My mobile phone is an iPhone X
@jessepearson i have the same issue and i used your code but some of my products are off. Here is my website: https://www.okeif.com. Please can you help me to correct this issue. Here is the code i used with adjustments
.site-main ul.products li.product {
width: 48%;
float: left;
margin-right: 1%;
}
.site-main ul.products li.product:nth-of-type(2) {
margin-right: 0;
}
@media (min-width: 768px) {
.site-main ul.products li.product:nth-of-type(2) {
margin-right:1%;
}
}