Center view counter custom code

Hi I added a custom code for a view counter but I need it centered as everything else is centered. Can someone possibly help id be so grateful. Store: https://studio-seductress.com/

Hello @studioseductres

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.live_visitors.no-js-hidden {
justify-content: center;
}
.live_visitors::before{
left:22%
}
.product-form__buttons {
    margin: 0 auto;
}

Hi unfortunately this didnt work

Hello @studioseductres

Where did you add the CSS? Can you send me a screenshot?

Hello @studioseductres

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the top of the file.