This is how it looks like right now. I want the trust badges and text to be spread out evenly along the page width. Thank you.
footer.liquid
-
FREE DELIVERY
For orders over $50
-
15 DAYS RETURNS
No questions asked
-
SECURE PAYMENT
100% Safe checkout
-
24/7 SUPPORT
Dedicated support
theme.scss
.res_ul li span{display: block; font-size: 20px; font-weight: 600;}
.product-reasons ul{list-style: outside none none; margin: 0 auto; padding: 0; display: flex; max-width: 1050px;}
.product-reasons{text-align:center;}
.product-reasons ul>li{display: inline-block; margin-bottom: 10px; text-align: center; vertical-align: top;}
@media only screen and (max-width:480px){.product-reasons ul>li{width:45%;}.product-reasons ul{display:block;}}
