
i was editing the Custom HTML for my website and now the colons between days, hours, mins, secs is shifted to the left.
i looked at the css/gk.stuff.stuff section that seems to correspond to it but i don't think i made any changes:
.gk-jscounter > div::before {
content: ":";
float: left;
font-size: 32px;
font-weight: 800;
position: absolute;
top: 6px;
left: -4px;
}
how can i fix this? thanks!