Hi,
I would like to make the trust badges on my homepage - www.florabymillie.com - larger please. Can anybody help?
Thank you
Hi,
I would like to make the trust badges on my homepage - www.florabymillie.com - larger please. Can anybody help?
Thank you
#shopify-block-b2c72a5c-b5ed-4841-8785-1256455b60cd .Avada-BadgeV2Preview__BadgeWrap{
width:20%;
max-width:20%;
}
If you think it’s too big, you can reduce the value by 20%.
Hi @Simonsron where do I put the code ?
You should have option with your theme/app to enlarge the size of badges. But you can try with the following code.
Please add the following code at the bottom of your css file.
.Avada-BadgeV2Preview__ListBadges.Avada-BadgeV2Preview__Device--desktop .Avada-BadgeV2Preview__BadgeWrap.Avada-BadgeV2Preview__BadgeSize--large {
max-width: 150px !important;
width: 150px !important;
}
#shopify-block-b2c72a5c-b5ed-4841-8785-1256455b60cd .Avada-BadgeV2Preview__BadgeWrap{
width:20% !important;
max-width:20% !important;
}
Place the above code underneath base.css.
Hi @dmwwebartisan had set to as large as possible in theme & app. This worked thank you very much
Welcome