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 ![]()
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 ![]()
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 ![]()
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;
}
}
Hi Masha, perfect. Thanks so much
Kevin