Double Scroll Bar Issue On Website - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Double Scroll Bar Issue On Website

L

Lifeonwheels

Helix Framework 2 years ago

Hello, I am getting double scrollbar on my website pages, home page is ok but I am getting on all other pages.

https://ehcg.ch/index.php/downloads

I tried to add some CSS but it didn't work.

.body-innerwrapper {
    overflow-y: hidden;
}

Please guide me how to solve this issue. Thanks

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #117202

hi,

this custom css part makes problem

/*Body*/

section#sp-main-body {
    margin-top: -60px;
margin-bottom: -90px
}

i mean only margin-bottom value!!

remove and will be fixed everwhere.

0
L
Lifeonwheels
Accepted Answer
2 years ago #117204

Thank you Paul.

0