• Resolved wradez

    (@wradez)


    Hi! This is a great plug in that I’m working to adapt for my site.

    Quick question, how can I make the countdown timer display inline, rather than having it display below a line of text?

    For example, I would like to see:

    This offer expires in: 8 Days 2 Hours

    — and not —

    This offer expires in:
    8 Days 2 Hours

    Thank you for the help!

    https://wordpress.org/plugins/cssable-countdown/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author dmonnier

    (@dmonnier)

    In your CSS, set .hasCountdown to display: inline; or display: inline-block;.

    Ex:

    <p>This offer expires in: [countdown ...]</p>

    Thread Starter wradez

    (@wradez)

    Great, thank you!

    Thread Starter wradez

    (@wradez)

    I’ll pull the remaining ids/classes from the elements in the source HTML that’s generated, but it may be a really helpful addition to the FAQs to provide this list in advance, so that we know what we can target with out CSS rules upfront!

    Wes

    Plugin Author dmonnier

    (@dmonnier)

    Yeah, a skeleton sample CSS is on my list for next release.

    Thread Starter wradez

    (@wradez)

    Awesome. Great job with this, really useful and flexible!

    Hey guys, I cannot locate where to edit this…when I try to edit the plugin, it only shows php files. Where is the CSS found for this plugin? Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Inline Display’ is closed to new replies.