Set the widget alignment in settings (badge)

I’m trying to format the widget on my website to align left, but it doesn’t seem to work. It’d be great if we can set alignment for the widget content right in the settings.

1 Like

Welcome to the Community @Martin_Ruczizka :wave:

I share that this setting would be really helpful for many users. We’ll try to take this idea under consideration in the future updates.

As for now, you can set the badge alignment by adding this code to the Custom CSS field on the Style tab of your widget’s settings:

 [class*="BadgeContainer__Inner-sc"] {
	margin-left: 0;
	padding: 0;
}