Countdown timer widget: Change font size and centre countdown numbers

Home Forums Calendar Products Events Calendar PRO Countdown timer widget: Change font size and centre countdown numbers

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #965571
    Ryan
    Participant

    Hi,

    I am having issues with styling the countdown widget. I tried the following css but had no luck

    .tribe-events-countdown-widget div.tribe-countdown-days.tribe-countdown-number,
    .tribe-events-countdown-widget div.tribe-countdown-hours.tribe-countdown-number,
    .tribe-events-countdown-widget div.tribe-countdown-minutes.tribe-countdown-number,
    .tribe-events-countdown-widget div.tribe-countdown-seconds.tribe-countdown-number { 
    	font-size:30px !important;
    }
    .tribe-events-countdown-widget {
    	text-align:center;
    }
    

    Please advise
    Thanks

    #965572
    Ryan
    Participant

    Sorry I meant to say that I also tried the following for centring the numbers:

    
    .widget.tribe-events-countdown-widget {
        width: 100%;
        margin: 0 auto;
    }
    
    #965639
    Brian
    Member

    Hi,

    Thanks for using Pro.

    I can help out here.

    Do you have a link where the widget is active and I can make some suggestions?

    Let me know.

    Thanks

    #965945
    Ryan
    Participant

    Hi Brian,

    See following link to our dev domain http://www.amanzimedia.com/aardkloplabs/

    Thanks

    #965974
    Brian
    Member

    Thanks for the link.

    This one is a little tricky to do since the js is always changing the divs.

    Try out this css:

    .widget.tribe-events-countdown-widget .tribe-countdown-timer {
    margin: 0 auto;
    width: 200px;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #974173
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Countdown timer widget: Change font size and centre countdown numbers’ is closed to new replies.