Custom CSS for Visitor Counter

Hi folks, would anyone be able to tell me some custom CSS code that would make my visitor counter widget appear in the centre? Screen grab attached.

Many thanks, Kevin :slight_smile:

1 Like

Hi @Kevin, welcome to the community!

Could you please send a link to your website where the widget is installed? We’ll be happy to help :slight_smile:

Hi Helga, it’s in the footer on any page of https://hunterscottishartist.art

Ta much,

Kevin :slight_smile:

1 Like

Hi @Kevin,

I think this CSS code should do the job. Let me know if it works!

@media(min-width: 856px) {
  [class*="ColumnsSlider__Navigation"] {
    display: none;
  }
  [class*="VisitorCounter__VisitorCounterComponent"] {
    width: 100%;
  }
  [class*="ColumnsSlider__Inner"] {
    margin: auto;
  }
}
1 Like

Hi Masha, perfect. Thanks so much :slight_smile: Kevin

1 Like