Hi! I am trying to use the code you provided above (pasted below), however, the product view on mobile has a few issues on my end.
Is there a way to add some padding? Also, the righthand column looks much smaller than the left on some of the product pages and isn't aligning correctly - like the columns don't have fixed widths. I tried to follow the thread above, but that code isn't working for me.
Thank you in advance!
@media screen and (max-width:640px) {
.list-grid {
grid-template-columns: repeat(2,auto);
display: grid;
}
}