Homepage › 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
.flexible-widgets