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

Solved

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

Sajjadmeysami
Tourist
5 0 1

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

Accepted Solution (1)

ZestardTech
Shopify Partner
5748 1050 1389

This is an accepted solution.

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;}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
5748 1050 1389

This is an accepted solution.

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;}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Sajjadmeysami
Tourist
5 0 1

I am really grateful for your kind guidance 

jessica0318
Pathfinder
95 0 17

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