How do I fix the spacing below and above the payment icons causing there to be whitespace? (See screenshot on bottom)
TOP AND BOTTOM, NOT ONLY BOTTOM PLEASE
Product url (example): https://serney.com/products/mark-cardigan
Website: serney.com
How do I fix the spacing below and above the payment icons causing there to be whitespace? (See screenshot on bottom)
TOP AND BOTTOM, NOT ONLY BOTTOM PLEASE
Product url (example): https://serney.com/products/mark-cardigan
Website: serney.com
bump
Hi,
Hope this will help
.payment-icons {
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
Add margin: 0px !important; padding: 0px !important;
Inspect and adjust spacing
Modify the parent container (if needed)