February 10, 2020 at 9:11 am
#74701
Theme Horse Support Team
Keymaster
Hi @smakbar51,
Login to your dashboard and just go to Appearance > Customize > Design Options > Custom CSS and paste below custom CSS code to reduce the white space between ‘Homepage Slider’ and ‘Text’ below.
#main {
padding-top: 10px;
}
@media only screen and (max-width: 767px){
#main {
padding-top: 10px;
}
}
Thank you!