Fitting the Business hrs text into a small space!

  • Issue description:
    Can anyone help me please to get the text “Open until 9:00pm” to show like this:

Open Until
9:00PM

but centre aligned?

many thanks

1 Like

Hi there @user5844 :wave:

This code should help:

[class*="status-indicator__Title-sc"] {
  max-width: 80px;
  text-align: center;
}

Add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face: