Debut - make icons in product page side by side

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

@bpbp1

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.

@Zworthkey

Hi,

Have pm you. Kindly check.

Thanks

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:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
@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.