How can I decrease the space between an icon and text on my website?

Solved

How can I decrease the space between an icon and text on my website?

winnado11
Shopify Partner
181 0 72

Hello,

 

I need help with reducing the space between the icon and the text. Here is my website: https://wowberrybites.com/collections/our-meals 

 

Thank you!!

 

winnado11_3-1654490216293.png

 

 

Accepted Solution (1)

Denishamakwana
Shopify Partner
1408 173 232

This is an accepted solution.

Please add below css in bottom of assets/base.css file

.multicolumn-card .multicolumn-card__info {
            padding0.5rem 2.5rem;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 2 (2)

Denishamakwana
Shopify Partner
1408 173 232

This is an accepted solution.

Please add below css in bottom of assets/base.css file

.multicolumn-card .multicolumn-card__info {
            padding0.5rem 2.5rem;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
winnado11
Shopify Partner
181 0 72

Thank you @Denishamakwana