How to enlarge trust badges on the Dawn theme?

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 ?

@Millie03

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;
}
1 Like
#shopify-block-b2c72a5c-b5ed-4841-8785-1256455b60cd .Avada-BadgeV2Preview__BadgeWrap{
width:20% !important;
max-width:20% !important;
}

Place the above code underneath base.css.

1 Like

Hi @dmwwebartisan had set to as large as possible in theme & app. This worked thank you very much

1 Like

@Millie03

Welcome :slightly_smiling_face:

1 Like