- This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › How to edit space below header
If I want to reduce the size of the white space (Epic theme) between the top bar menu and the slider image, what line would I find that on?
Here’s the site: http://www.fitcoast.com
Thanks!
Colin
Try adding this to your CSS –
.slider-wide .flexible-widgets {
padding: 0;
}
That should remove the padding on top and bottom of that wigdet area. The space is coming from a div inside the slider-wide widget called .flexible-widgets