How to freeze a logo and menu on mobile site

Hi. I am very very novice at this. I have just created a site with Wix. I have a logo and menu at the top of the page which overlaid a video in a strip below. On the desktop site, the menu and logo are frozen and scrolling doesn’t affect the site. On the mobile version however, the logo and menu scroll with the site and overlap the text.

Is there a simple bit of coding I can use that will freeze this logo and menu in place so that mobile scrolling is the same as desktop?

www.ani-med .co .uk

Thanks in advance. Any help and advise would be much appreciated.

1 Like

If you’re using Editor X, you should be able to do it by setting the position to fixed.
If you’re using the regular editor, you you can have the logo and video(using html) in a custom element and set their position to “fixed”.