1 product debut theme missing product on mobile view

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?

@dawgminded

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

I’m sorry I forgot to include the URL in my original post.

URL: https://dawgminded.myshopify.com/

password: audio

@dawgminded

thanks please add this code

media only screen and (max-width: 749px) {
.grid__item {
    margin-left: 0;
}
}

I tried that code and I am still unable to see the product on the product page. Do you need me to copy the full code from the theme.css for further review?