- This topic has 3 replies, 3 voices, and was last updated 9 years, 7 months ago by .
 
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.
 
Home › Forums › BeFit Theme Support › change height of slider
Hello – how do I change the height of the slider so that it does not consume so much space on the home page?
Hi Alice,
Kindly show us your website URL so that we can send you the css code for this issue.
Regards,
Brad
I’m having this issue too. My temporary website URL is: http://69.89.31.211/~barthors
Thanks so much,
Emily
Hi Emily,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (min-width:980px) {
.nivoSlider{max-height:500px !important; overflow:hidden !important;}
}
Regards,
Brad
