How to reduce the space between Image and text section, within multicolumn section - Dawn Theme?

Hello,

please view the picture attached.

Within the multicolumn section of my theme, the image and text are too far apart. I am trying to reduce the spacing. Mobile Version !!

Is somebody able to provide me with a corresponding code ?

This is my store url: https//justincase-de.com/. (mobile version)

I appreciate all help, but please do not contact me on Instagram.

Hello @JustInCase-de

You can add code by following these steps to remove spaces between image and text as showed in screenshot

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 768px) { .background-none .slider .multicolumn-card__image-wrapper+.multicolumn-card__info{ padding:0px !important; } }

Hi @JustInCase-de ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly