Home › Community Forums › Epik Theme Support › How to remove padding around slider wide widget? › Reply To: How to remove padding around slider wide widget?
February 5, 2014 at 6:25 pm
#10429

Moderator
Since you’re using the “Slider Wide” widget there is a margin (20px) at the bottom. Take a look around line 1151 in your css and change it to 0 –
.slider-wide .wrap {
margin: 0 auto 20px;
padding: 0;
max-width: 100%;
}