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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
SORRY forgot to mention that is on Mobile, desktop is fine, mobile is different.
1 Like
Thanks for all details please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-product .site-wrapper .grid {
margin-left: 0;
}

