Hello Everyone!
These payment icons how do I get them slightly higher? Please help me. Thank you.
Store URL: https://urbanglowingstore.myshopify.com/products/classic-silver-4-slice-toaster
Password: Admin
Hello Everyone!
These payment icons how do I get them slightly higher? Please help me. Thank you.
Store URL: https://urbanglowingstore.myshopify.com/products/classic-silver-4-slice-toaster
Password: Admin
You can do that by adding this CSS code at the bottom of your base.css file
.product__info-container .product-form,
.product__info-container .product-form__submit { margin-bottom: 0 !important; }
Hello @dreamtechzone_5 ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file or theme.scss.liquid
Add this following code at the bottom of page
.payment-icons {
margin-top: -10px;
}
Save and preview
Hope this can help.
Transcy
Thank you so much, Sir! It worked.