Page showing two scrolls

on this page, there are two scroll bars.

http://johns.hgrantdesigns.club/catering/

every other pages does not have it.

you gave me this code to fix it:
body {
overflow-x: visible;
}

Hi There,

Please try adding this custom CSS instead:

.page-id-11 {
    overflow-y: hidden;
}

Hope it helps :slight_smile:

worked! thanks!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.