Hello,
I need help with reducing the space between image and text (red line). My website is wowberrybites.com
Thanks in advance.
Hello,
I need help with reducing the space between image and text (red line). My website is wowberrybites.com
Thanks in advance.
Hello @winnado11
In your Shopify Admin go to online store => themes => actions => edit code
Find Asset => section-multicolumn.css and paste this at the bottom of the file:
.shopify-section.section slider-component div.multicolumn-card__info {
padding: 0;
}
Please check the attached screenshot URL: https://prnt.sc/OqR9K6Ou_qcd
Hope it will help you!
Thanks.
Please follow up below steps. May this help you.
.rte>p:first-child
{margin-top: -20px;}