Timing Question - change size of timer | XM Community
Skip to main content

Hi, I would like to know if it is possible to change the size of timer. I feel that it is a bit too big and would like a smaller one.

Hi there, if you still need, this can be put in place by adding the below CSS to the Style section of the survey's Look & Feel:
.FlipClock span span {
font-size: 18px !important;
height: 18px !important;
line-height: 18px !important;
}

.FlipClock>span {
    height: 18px !important;
}

.Flip {
display: none !important;
}
FlipClockSmall.png


Leave a Reply