Reply To: How to remove padding around slider wide widget?

Homepage Community Forums Epik Theme Support How to remove padding around slider wide widget? Reply To: How to remove padding around slider wide widget?

#10429
Wes
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%;
    }