badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Reduce white space between Slider and Text

#74701

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!