• Resolved renato6

    (@renato6)


    Hello,
    i’m changing some little things in the code but i still wasn’t able to do what i want.
    I pretend to omit weeks (the plugin already have that option) and put this in two columns like this:

    Days Hours
    Minutes Seconds

    Is that possible? I removed clear: left from “.jedi-hours_dash”, but when i have days with 1 or 2 digits the minutes come along with hours to the first line, leaving seconds down alone.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Baden

    (@baden03)

    Hi.
    Yes, all things are possible, within reason. Try this:

    .jedi-hours_dash {
    	/*clear: left;*/
    	background: transparent url('images/light_bg_dash.png') 0 0 no-repeat;
    }
    
    .jedi-minutes_dash {
    	clear: left;
    }
    Thread Starter renato6

    (@renato6)

    Thanks, already acomplished 😛

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: T(-) Countdown] Omit Weeks and align hours with days’ is closed to new replies.