• vic89

    (@vic89)


    Hello, I noticed last weeks in my website appear a scrollbar in some pages that I never added it. I want to know why is this problem and how can I remove that scrollbars.

    • This topic was modified 3 years ago by vic89.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Parag Das

    (@parag44)

    Hello @vic89

    Could you please change your theme to a default WordPress theme and deactivate other third-party plugins to ensure it doesn’t come from your theme?

    Thank you!
    Best Regards,

    Thread Starter vic89

    (@vic89)

    The thing is only happens in the pages created with Page Builder, the rest of the pages of website are okay. And the theme didnt update or change since more of a year.

    Regards,

    • This reply was modified 3 years ago by vic89.
    Plugin Support Parag Das

    (@parag44)

    Hello @vic89

    It seems to be a plugin conflict issue. Did you deactivate all the third-party plugins during testing, as I said? Anyway, to solve the issue, you can add the following CSS on Appearance > Customize > Additional CSS

    .wppb-container > .wppb-row {
        overflow: hidden;
    }

    Thank you!
    Best Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scrollbar problem’ is closed to new replies.