Center the Header

Add the option to center the “Overall Rating” tab in the widget.

1 Like

Hi there @Marcos_Andrade :wave:

We agree that it would be awesome to have this option in the settings. We’ll try to think about it in the future :slightly_smiling_face:

As for now, you can use this code in the Custom CSS field on the Style tab of your widget’s settings:

[class*="Header__Info"] {
	width: auto;
	margin: 0 auto;
}