Landingspage is moveable and shows to smal width

Solved

Landingspage is moveable and shows to smal width

Antonynex
Explorer
76 3 6

Hello good people,

My landingpage with suddenly shows a white line on the right on mobile and i can zoom it in can someone help fixing this pls?

I had a videobanner and it was working right but i loaded an banner in but it would not show it in full widthand keeping the aspect ratio so i turned it back but now my video banner does the same see scrn shot.

Screenshot_20250302_223508_Chrome.jpg

Accepted Solution (1)
Antonynex
Explorer
76 3 6

This is an accepted solution.

Thank you it works perfectly!

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6964 1878 2295

Hey @Antonynex 

 

Your website is password protected, can you share the front end password with me?

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Antonynex
Explorer
76 3 6

ZrQ367Jg;

 

Moeed
Shopify Partner
6964 1878 2295

Hey @Antonynex 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
html, body {
    overflow-x: hidden !important;
}
}
</style>

RESULT:

Moeed_0-1741031284708.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Antonynex
Explorer
76 3 6

This is an accepted solution.

Thank you it works perfectly!

Antonynex
Explorer
76 3 6

Dear Moeed, i loaded in the new video banner  and the white space is gone so that is perfect, only it cuts off a peace of the height of the banner at the bottom, can you help or have an additional code so that it keeps the weight but shows the height fully to please ?