I added a Slider Revolution with an nice effect. This effect works on every site except for the blog…
To be more specific: The problem is there, when you scroll down. Slider eats Sidebar… Is the menu below the Slider? Is there an solution?
Thanks for writing in and the very detailed post information. To resolve your issue, simply add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-slider-container.below {
overflow: hidden;
}
If you need anything else we can help you with, please let us know.