Hello,
When I select shop from the Home page on the mobile view, it brings me to the product page, however my 1 product that I have listed is missing. It is a blank white screen. How do I get the product linked back to the product page for mobile view? I want the 1 product listed centered on the page in mobile view. Any guidance is appreciated.
URL: https://dawgminded.myshopify.com/
password: audio
I have already tried the following code and it was unsuccessful:
media only screen and (max-width: 749px) {
.grid__item {
margin-left: 0;
}
}