• Resolved bistromatic

    (@bistromatic)


    Hello,

    When I set a group to “full width” a horizontal scroll bar appears at the bottom of the browser window. There’s nothing to scroll to. However, when you scroll to the right you’ll see a white stripe next to some groups.

    I don’t understand why this is happening. Tried it in 3 different browsers and all show the same result.

    Please have a look and let me know what causes this behavior.

    Thank you!

    • This topic was modified 1 year, 2 months ago by bistromatic.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, @bistromatic

    I checked your website and can’t see the described issue on my end. Is it on the homepage or another page? Can you show a screenshot?

    Thread Starter bistromatic

    (@bistromatic)

    Hi @ina,

    Here are two screenshots of the behavior I’m talking about. This is with Chrome browser on the home page.

    This shows the gap at the footer when scrolled to the right.

    • This reply was modified 1 year, 2 months ago by bistromatic.

    @bistromatic, adding the following code to Appearance -> Customize -> Additional CSS should solve the issue:

    html, body {
        overflow-x: hidden;
    }
    Thread Starter bistromatic

    (@bistromatic)

    Thank you so much @ina!

    Your CSS code fixed it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Horizontal scroll bar appears when groups are set to full width’ is closed to new replies.