Event Countdown Timer Widger alignment

Home Forums Calendar Products Events Calendar PRO Event Countdown Timer Widger alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1377877
    nnsa2018
    Participant

    Is it possible to align the Event Countdown timer (center) ?

    #1378605
    Cliff
    Member

    Hi. I visited your site and this CSS should do the trick:

    .tribe-events-countdown-widget .tribe-countdown-time .tribe-countdown-timer {
    display: inline-block;
    }

    You can add custom CSS code via your child theme’s style.css file, via WordPress 4.7’s Customizer CSS settings, or via a third-party plugin (not guaranteed or supported by us), like:

    • SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
    • Simple Custom CSS
    • Jetpack (supports regular CSS and the LESS and Sass pre-processors)

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1378751
    nnsa2018
    Participant

    Great tip and answer !!!!

    With SiteOrigin CSS and your example I could fix this

    Thanks again !

    #1379144
    Cliff
    Member

    Awesome! And thanks for letting us know 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Event Countdown Timer Widger alignment’ is closed to new replies.