Re: Videosection(Background overlaps Menu

Solved

How to fix video background overlapping menu on mobile?

Feuerfrost2003
Tourist
4 0 1

Hello community,

I´ve got the following problem: The background of my shop´s landing page is a video. Unfortunately the video section overlaps the menu if i want to open it on a mobile device.

How it should look like:

Screenshot 2023-10-27 154627.png

How it actually looks like:

Screenshot 2023-10-27 154538.png

 Thanks for any response. Greetings

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 180

This is an accepted solution.

Hi @Feuerfrost2003 ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
#MainContent{
z-index:-1
}
</style>

 



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 180

This is an accepted solution.

Hi @Feuerfrost2003 ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
#MainContent{
z-index:-1
}
</style>

 



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Feuerfrost2003
Tourist
4 0 1

Thank you!