Can you add a padding option for the exterior container of this widget?

Can you add a padding option for the exterior container of this widget?:blush:

1 Like

Hey there and welcome aboard, @Andrei_Nistor :waving_hand:

Sure, this code will add extra spacing at the right, left, top and bottom sides of the widget container:

[class*="eapps-countdown-timer-inner"] {
    margin-top:10px;
    margin-bottom: 10px;
    margin-left:10px;
    margin-right:10px;
}

Please add this code to the Custom CSS field on the Appearance tab of your widget’s setting and let me know if it helped :wink: