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
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;
}