Site logo

Archived topic

Scroll bar appear on the bottom of the browser for destkop version

3 replies · Started by Gao on October 12, 2022

Viewing posts 1–4 of 4

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

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;
}

Hi, Fernando,

Thank you for the quick and perfect answer.

The problem now is solved.

Jack

You're welcome Gao!

This archived topic is closed to new replies.