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;
}
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 
worked! thanks!
Glad we were able to help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.