Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I adjusted the top margin to take away the top white space when you scroll up but now I get that space below on uploading new images.
.codeless_slider_wrapper {
margin-top: -102px;
}
I was wondering how do I know get rid of the bottom white space before the start of the “body” or the rest of the page? I tried a few things but no cigar.
Thanks!!!
M
Hello,
Please add this code into your custom css box:
.codeless_slider_swiper.parallax_slider {
height: 650px !important;
}
Let us know.
Best regards!
Thanks Mihaila!
I implemented the code but I still have the white space below the slider. :(
Thanks!
M
Hello,
Please edit the code above to this:
.codeless_slider_swiper.parallax_slider {
height: 550px !important;
min-height: 550px !important;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.