Hello, I would love to help you, but it seems you are using Coming Soon Booster plugin right now so I cannot access our CMP page 😉
Ales
It has been deactivated and deleted. Can you check again?
You were too quick I guess 🙂
Haha yes probably 🙂
CSS :
.counter-wrap {
background-color: #fff;
}
Ales
Thank you.
I have an issue with whitelist activation I guess. Shall open a new topic?
The page is activated but can’t see it.
Want the page to be shown at;
https://www.denistunca.com/manifester-in-you/
It works beautifully on https://www.denistunca.com/manifester-in-you/ – just make sure you are logged out 🙂
Ales
AHA… Thank you…
Could we make the box a bit smaller as well?
Hope I am not asking too much 😀
no problem 🙂
.counter-wrap {
width: calc(25% - 22px);
}
change the 25% to anything smaller for example 20%:
.counter-wrap {
width: calc(20% - 22px);
}