Make trust badges bigger and reduce the padding above and below it

I would like to make the trust badges image bigger on mobile only as it is fine on desktop and make sure that the padding above and below it is kept minimal.

1 Like

@ChiNG18

can you please share store url

@Anonymous

The URL is https://z5kg97wey10hufhr-29058498693.shopifypreview.com.

I have managed to reduce the padding and also made the image bigger on mobile. However, it is now too big on the desktop so rather than making it bigger, I want to know how to reduce the image of the trust badge on desktop only.

1 Like

@ChiNG18

yes please share screenshot

@KetanKumar Want to make this smaller on desktop but leave it the same size as it is on now on mobile

@ChiNG18

confirm

@KetanKumar yes perfect

@ChiNG18

thanks for confirming please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-single__meta .product-block .aos-animate .image-wrap {
    max-width: 350px;
}

@KetanKumar

I have added it, however, it has not worked

@ChiNG18

yes see this code my end something is missing

@KetanKumar

Oh right, so what can I do?

@KetanKumar Got it to work, however, it was not on the css file, it was on just the theme.liquid

1 Like

@ChiNG18

thank for update its my pleasure to help us