Align widget to the center

Add this code to the Custom CSS field on the Style tab of your Visitor Counter widget’s settings:

[class*="EmbedRoot__Root-sc"] {
display: flex;
justify-content: center;
}

[class*="widget__VisitorCounterComponent-sc"] {
left: 0;
transform: none;
}