How to reduce spacing between image and text, multicolumn section (Dawn Theme)?

Dear Community,

I would like to reduce the spacing between the text and image, within the multicolumn on my landing page.

The image is background free. But the spacing is too wide and to archieve a suitable look, the image should move much closer to the text (mobile & desktop version). Kindly view picture attached.

Is somebody able to provide me with corresponding code ?

I am using the Dawn theme and this is my store url: justincase-de.com

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

Best regards,

JustInCase-de

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: Asset->/section-multicolumn.css->paste below code at the bottom of the file:

.background-none .multicolumn-card__image-wrapper+.multicolumn-card__info{
    padding-top: unset !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

Hello @JustInCase-de ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Thank you, that worked!

Best regards,

JustInCase-de