How can I fix the infinite width issue on my website?

Hello dear sir/madam;

I faced a weird problem with my website. The width of My website suddenly changed and now it has an enormous width in both desktop and mobile version. Meaning that we can go to the right to the infinity.

How can I solve this issue?

my website is: WWW. RAYTHEONCOMMERCE.COM

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.main-content .shopify-section{overflow:hidden;}

I’ve had this problem with my site before too!

I am really grateful for your kind guidance