Hello there,
I have been using the Animated Countdown Element but have been experiencing an issue when used in a narrow column. In my example I have Days, Hours, Minutes and Seconds and for some reason, the number of Days is not centring when the Element is used in a narrow column.
I have created an example for you to see what I mean here: https://globalcommissionforpostpandemicpolicy.org/home-demo-2/
I placed the Element twice just for your reference. The one on the left uses a Custom CSS Class I need for sizing, but the one on the right has no custom code.
Any ideas?
Hey GabrielSenn,
Please try the following in Quick CSS under Enfold->General Styling:
.my-custom-countdown .av-countdown-cell-inner {
padding: 20px 10px;
}
Best regards,
Rikard
BINGO!
You guys rock :) Thanks!