How to center one block of content?

I want to center only ONE block on content for a “TOTALS standout on this widget. How do I do this and target just one block?

1 Like

Hi there, @yesprep :waving_hand:

This code should help:

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

Just add it to the Custom CSS field on the Style tab of your widget’s settings and let me know how it worked :slightly_smiling_face: