I need the CSS to remove the white space that appears below the slider, please.
AM
A.M. Jafari
Original poster
Member
I need the CSS to remove the white space that appears below the slider, please.
Hi A.M. Jafari,
Thanks for reaching us out
Please try this CSS
.home #main .content-inner {
margin-top: 0;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards