Reply To: How to make Welcome Wide less tall?

Homepage Community Forums Epik Theme Support How to make Welcome Wide less tall? Reply To: How to make Welcome Wide less tall?

#12137
Eric
Customer

    That extra space you’re seeing is the padding. You can edit this on line 1318 in your css –

    .welcome-wide .wrap {
        margin: 0 auto;
        overflow: hidden;
        padding: 120px 0 60px;
        width: 1140px;
    }

    The 120px is the top. The 0 is the left and right. The 60px is the bottom.


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