• Resolved polczynski

    (@polczynski)


    Hello,

    I’m working on a website for university conference page.
    I’m having trouble with blocking the overscroll on mobile. It seems like the page is much wider than it should be. Any advice would be highly appreciated

    thanks,
    Maciej

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Maciej.

    I gotta say this first: I am not expertise at this at all, but have you looked it up for available attributes to limit the width of the container?

    My guess is that’s caused by the container width with the background video. Have you tried anything on that?

    Thread Starter polczynski

    (@polczynski)

    @sirhenryhu
    I’m not sure where it comes from? I’ve went through the page and on the Element Inspector I cannot see anything that would go beyond the limited size? It’s all 100% width to the whole wordpress container

    Plugin Support Andrew Misplon

    (@misplon)

    Hi Maciej, I’m not sure where the problem lies but you can try adding the following to Customize > Additional CSS or the Custom CSS location of your choice:

    body {
    	overflow-x: hidden;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page overscroll on mobile’ is closed to new replies.