How can you reduce the spacing around the timer?

Hi, I have preciously received some help in changing the size and the padding. I copied what I have in the CSS panel of the app, but obviously, this was how it fitted for my use case, clipping it to the bottom of the app Popup. But at least, here you can see the selectors, so you can experiment and change it all to the size and padding you need. Please note, I’m not an expert and not sure it’s all correct, I am just another user who got help fro support for the basics of this code and then manipulated it until it fitted as wanted.
Hope this helps,
kind regards,
Ingrid

.global-styles,
.eapps-countdown-timer {
padding-top:0px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
margin-top:-10px;

max-width:90vw;
min-width:300px;
max-height:130px;
}

2 Likes