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

    (@baden03)

    By ‘big gap under my countdown’ do you mean that the carbonite countdown is to tall, and when you remove weeks, there is only one line where there was once two? Well, this is exactly what carbonlite is for. Alternately, you can design your own theme that fits to your liking.

    As for off-center: Adjust the CSS.

    Thread Starter pikko

    (@pikko)

    I realize that, but I have tried Carbonlite and the words are so smashed I can’t read them. It doesn’t look like it does in the screencaps. I thought it was because my days are in 3 digits, but it’s smashed vertically.

    Plugin Author Baden

    (@baden03)

    Try replacing the carbonlite style.css with the following: http://pastebin.com/umTx5JpR
    This should fix the text spacing issues.
    Because you are omitting weeks, you might want to increase the padding-left of .carbonlite-dashboard to 20 or 30px like so:

    .carbonlite-dashboard {
    	height: 60px;
    	width: 250px;
    	margin: 0 auto;
    	padding-top: 10px;
    	padding-left: 30px; //change this one
    	background: transparent url('images/bg_countdown.png') 0 0 no-repeat;
    }

    We are fixing the carbonlite style in the next update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: T(-) Countdown] Large space under countdown’ is closed to new replies.