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
can you please share store url
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
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
@KetanKumar yes perfect
thanks for confirming please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.product-single__meta .product-block .aos-animate .image-wrap {
max-width: 350px;
}
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
thank for update its my pleasure to help us



