How can I eliminate the gap between image and text?

Hello, I need help with removing the space between the image and text. Please see the screenshot. The link is https://wowberrybites.com/collections/our-meals.

Thank you

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.multicolumn-card__info {
margin-top: -20%!important;
}
1 Like

thank you @ZestardTech

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.