Reply To: responsive image with text and button

Homepage Community Forums Epik Theme Support responsive image with text and button Reply To: responsive image with text and button

#13465
Eric
Customer

    You added a min-height to your .slider .wrap so a lot of that space is coming from that.

    Next there is margin or the widget area on line 1242 –

    .slider .widget {
        margin: 0 0 20px;
    }

    The rest of it is coming from line 4346 –

    .feature-right {
        float: none;
        margin: 40px auto 0;
        text-align: center;
        width: 100%;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com