- This topic has 3 replies, 2 voices, and was last updated 8 years, 3 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 › Community Forums › Epik Theme Support › Slider
Tagged: Slider
Can you eliminate the white bar that shows on the home page when the slider is not being used?
Yes this can be done. Do you have a link to your site? I can tell you exactly what line you’ll need to change/add if I can see what’s going on.
Add this to your style.css –
.home .head-wrap {
margin: 0;
}
and that would remove the margin-bottom space right under the head-wrap, but just for the homepage so other pages won’t be affected.