Trying to decrease horizontal gap between image and text in "Image with Text" section (Narrative)

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,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.feature-row__text {
padding: 140px 1px!important;
}
1 Like

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,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@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!

1 Like