• Resolved PascalPavan

    (@pascalpavan)


    Hi everyone!

    I downloaded this plugin and I have a question.

    How can I set a fix width for every my t-countdoun widget ?

    I would like that every widget of t-countdown have a width of 190px.

    I have changed this but i doesn’t work:
    Before:
    ‘launchwidth’ => ‘auto’,
    Now:
    ‘launchwidth’ => ‘190px’,

    Please help 😀

    Thanks

    http://wordpress.org/plugins/jquery-t-countdown-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    according to the documentation on launchwidth:

    Launchwidth Attribute
    [tminus t="2012-12-20" launchwidth="400"/]
    The post-launch width in px of the countdown – default is ‘auto’.

    post-launch means ‘after’ the countdown reaches zero. However, the documentation also describes a width attribute:

    Width Attribute
    [tminus t="2012-12-20" width="300"/]
    The pre-launch width in px of the countdown – default is ‘auto’.

    pre-launch means ‘before’ the countdown reaches zero.

    Try that.

Viewing 1 replies (of 1 total)
  • The topic ‘Set define width.’ is closed to new replies.