Re: Remove the space between image and text

Solved

How can I eliminate the gap between image and text?

winnado11
Shopify Partner
181 0 72

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

 

winnado11_0-1654763788640.png

 

Accepted Solution (1)

ZestardTech
Shopify Partner
6025 1080 1447

This is an accepted solution.

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
6025 1080 1447

This is an accepted solution.

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
winnado11
Shopify Partner
181 0 72

thank you @ZestardTech 

ZestardTech
Shopify Partner
6025 1080 1447

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.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing