Archived topic
Unwanted horizontal scroll on full screen
3 replies · Started by mikeb82 on December 26, 2019
I just noticed that a site I recently "re-themed" to GeneratePress has a horizontal scroll on the bottom of the screen which allows the content to be totally scrolled off the screen. The site does have a full screen background image, but this shouldn't cause the issue. The website renders correctly except for that scrollbar. I'm sure that it's something simple I've overlooked.
Hi there,
It seems to be your Slick Slider.
Try adding this CSS:
.slick-slider {
overflow-x: hidden;
}
Thanks Tom!
That fixed it! I knew it had to be something simple.
Wishing you and GeneratePress a Happy and Prosperous 2020.
Mike
Thank you! Glad I could help :)