• I have created a simple test webpage for a booking system via a theme. The problem is when expanding the booking section its cutting off the bottom of the page and I am unable to scroll to the bottom of the content. Does anyone know what could be causing this issue?

    Here is a link to the page…
    https://mediumorchid-lobster-137560.hostingersite.com/6-2/

    If you select any of the treatments, you will see the bottom section is cutting off, especially if you select the Green peel Facials option, cannot scroll very far down.

    Any help will be greatly appreciated. Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The following CSS might help you fix the problem:

    html {
    overflow-y: visible!important;
    }

    Your theme options should have a Custom CSS section to css codes. If not provided, add the CSS under Customizer > Additional CSS area.

    Thread Starter ranjster

    (@ranjster)

    Hi, I have just tried this code, it seems to work to some extent. It now shows 2 scroll bars, moving the 2nd scroll bar I can move the page all the way down. Not sure how I can get it so it works with just 1 scroll bar.

    Thread Starter ranjster

    (@ranjster)

    I believe it may be an embedded Iframe

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Scrolling issue with dynamic content’ is closed to new replies.