hi i have a store but the theme cutas out on the right side like this all buttons expand but the theme cuts out n the right like in the screen shot current theme is debut can someone fix this for me please
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
my store url is puffypaws.in and i just checked now my home page is also messed up on desktop mode and on the mobile version its showing zoomed in. it loads up normally but then a few seconds later it gets cut to the right please help. I am attaching screenshot of the normal and and zoomed in on phone . and one more thing i guess its more of a css problem as when i am trying other themes in preview only i am getting the same issue even there its all zoomed in.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
.index-section--featured-product>.page-width .grid.product-single .grid__item .product-single__meta {
width: calc(100% - 66px);
}
Hi @Shiv9210 ,
Go to Assets > theme.css and paste this at the bottom of the file:
*, ::after, ::before {
box-sizing: border-box !important;
}
Hope it helps!


