Shine On-Switched From Debut To Simple Theme

Hello, I recently relaunched an old Shopify site. I had Debut with Shine On product page which looked like this on mobile. The image with full title showing is Debut. The image with purple button and partial title showing is Simple Theme. How can I make the page look normal and not look shifted to the left on Simple? So yeah this is on mobile. Desktop is fine, but mobile does this only. Thanks.

1 Like

@notorious714

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.

zodiaccraft.com

SORRY forgot to mention that is on Mobile, desktop is fine, mobile is different.

1 Like

@notorious714

Thanks for all details please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-product .site-wrapper .grid {
    margin-left: 0;
}