I want to decrease the huge gap between illustration and the text. Is anyone familiar with this?
Website link: https://unnmix.com
Screenshot:
I want to decrease the huge gap between illustration and the text. Is anyone familiar with this?
Website link: https://unnmix.com
Screenshot:
Hello There,
.feature-row__text {
padding: 140px 1px!important;
}
I tried pasting your code in, but it is decreasing the vertical gap between sections. I need to decrease the horizontal gap between image and the text.
Hello There,
@media only screen and (min-width: 750px){
.feature-row__image-crop {
left: 65%!important;
}
}
.feature-row__text {
padding: 140px 1px!important;
}
Thanks! It worked!
Kindly feel free to get back to me if you need any further assistance Thanks!