• Hi there,
    I’m use GP premium.
    In mobile version on the right side of the page there’s a big blank space so if the user scroll to the right side he can see that.
    https://prnt.sc/pc8zx8

    Can you please help me figure how I can solve this problem?

    Thanks in advanced!

    Try to fix it with layout-off canvas panel, iam a right or there is another way?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    This means something in your content is forcing the site to be too wide.

    I can’t tell without seeing your site, but you can stop it from happening by adding this CSS:

    body, html {
        overflow-x: hidden;
    }

    Let me know if you need more info ??

    Thread Starter dementiizmaylov

    (@dementiizmaylov)

    Thanks Tom, it works !!!!
    I wanted to ask for another point, on this page https://vet-preparaty.com/spisok-preparatov/ the table is superimposed on an empty place, which also makes it possible to move it to the right on the mobile, what solution can you tell here?
    Thanks in advanced!

    Theme Author Tom

    (@edge22)

    Tables aren’t really mobile responsive. Maybe using columns in Gutenberg or a page builder would be a better idea?

    Thread Starter dementiizmaylov

    (@dementiizmaylov)

    i try

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘GP mobile version feeling like a page double’ is closed to new replies.