How can I decrease multicolumn spacing on the Dawn theme?

Hi! How can I reduce multicolumn spacing on www.10xfuel.com?

thank you!

1 Like

Hello @10xfuel

You have to resize the image because there is a big empty space at the bottom of the image.

1 Like

I change the pics - but face now a too narrow spacing here:

You can remove this code by following these steps

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

  2. Open your base.css file

  3. find this code and remove it

.background-none .multicolumn-card__image-wrapper {
    margin-bottom: -8rem;
}