[Resolved] Scroll bar appear on the bottom of the browser for destkop version

Home Forums Support [Resolved] Scroll bar appear on the bottom of the browser for destkop version

Home Forums Support Scroll bar appear on the bottom of the browser for destkop version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2371771
    Gao

    Hi, GP, team,

    For our site, https://cementgrindingplants.com/. We found some of the pages are having a scroll bar at the bottom. Such as the homepage. But only every page has the issue.

    We think there are some elements has a wider width. We tried to find it but we can.

    Can you help us to take a look? Thank you.

    Jack

    #2371778
    Fernando
    Customer Support

    Hi Gao,

    It’s because of the full width alignment setting you chose for the Container Blocks which is a WordPress feature. It’s not accurate to the pixel.

    Try adding this CSS as a workaround:

    body {
        overflow-x: hidden;
    }
    #2371790
    Gao

    Hi, Fernando,

    Thank you for the quick and perfect answer.

    The problem now is solved.

    Jack

    #2371791
    Fernando
    Customer Support

    You’re welcome Gao!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.