Hi,
Wondering how can i make the icons in product pages side by side for mobile view ?
Please pm for store url.
Please do not share any screenshots.
Thanks
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
Kindly ellaborate properly what are you looking.
Hi @bpbp1 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
Hi @bpbp1 ,
You can follow the instruction below:
@media (max-width: 767px) {
.footer-badges-list {
display: flex;
flex-wrap: wrap;
}
.footer-badges-list li {
width: 50%;
}
.footer-badges-list li img {
height: auto !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.