Hi @anoukhospes,
you should remove the padding on this selector:
.page .page-wrap .content-wrapper{
padding-top: 0;
}
Also there is a 10px padding on the Elementor column which contains the slider. Please set that to 0px.
Thank you! It initially worked.
But I changed something back, so the menu worked the way it should be on desktop. (I changed something, to check if it would remove the white space, but it didn’t of course. So I changed it back to it’s normal value)
And now the white space is back again.
Could you please check it again?
Plugin Support
Laszlo
(@laszloszalvak)
Hi @anoukhospes
The problem still caused by the top padding.
But as I see, it starts to occur when the view-port is 1024 px wide or smaller.
What you could try is this CSS code:
@media only screen and (max-width: 1024px) {
div.page-wrap{
padding: 0px;
}
}
what you could insert at Slider Settings>Developer tab>CSS
https://smartslider3.helpscoutdocs.com/article/1294-slider-settings-developer
so this CSS code will only be applied on pages where the slider with the CSS code used.
Best regards,
Laszlo.