Move widget to the center

Add this code to Custom CSS field on your Number Counter widget’s Style tab:

[class*='GridProvider__Component-sc'] {
justify-content: center;
}

Thank you for your “Move widget to the center” custom CSS Max. I had a 3 col x 4 row list with one item on row 4 that looks so much better centered than aligned left as per the default, see implementation at https://volunteerbuild.com

2 Likes

Thanks a lol for the feedback and the link, @David_Burchett! Agree, a centred widget fits in your website layout way better :slight_smile:

1 Like