Reply To: removing spaces between images on Welcome Wide section

Homepage Community Forums Epik Theme Support removing spaces between images on Welcome Wide section Reply To: removing spaces between images on Welcome Wide section

#12659
myerswb
Customer

    Partially fixed by setting the padding to:-
    .welcome-features .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0 0px;
    width: 1140px;
    }

    Although there is still some padding in there somewhere.