Hi! How can I reduce multicolumn spacing on www.10xfuel.com?
thank you!
Hello @10xfuel
You have to resize the image because there is a big empty space at the bottom of the image.
You can remove this code by following these steps
Go to Online Store → Theme → Edit code.
Open your base.css file
find this code and remove it
.background-none .multicolumn-card__image-wrapper {
margin-bottom: -8rem;
}