Reply To: How to edit space below header

Homepage Community Forums Epik Theme Support How to edit space below header Reply To: How to edit space below header

#22161
Wes
Moderator

    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