Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello Everyone!
I want to reduce the space below the text in mobile mode. Also, want to reduce the space below the icon in desktop and mobile mode. Please help me. Thank you.
Store: https://urbanglowingstore.myshopify.com/
Password: Admin
Go to your online store -> edite code -> base.css file and paste this code there
.icon-item p {
margin: 0px !important;
}
.icon-item img {
margin-bottom: 0px !important;
}