Viewing 6 replies - 1 through 6 (of 6 total)
  • Having same problem.

    element.style {
    width: 379px;
    padding-left: 10px;
    display: block;
    }

    set width: 500px;

    Setting is on this styles (I am unable to locate)

    <div id=”ujiCountdown” class=”ujic_right hasCountdown” style=”width: 379px; padding-left: 10px; display: block;”>

    Hi, I have the same problem. it is displayed on two lines.
    Please, how can I fix the problem?
    Thank you!

    You can use Firebug to identify the issue. Adjust the width value from 379px to 500px and the counter will display on one line. I was never able to figure out how to adjust the setting in my CSS. I’m using a responsive theme and I believe the width is calculated. I deleted the plugin for now.

    I had the same problem.. But I think I fixed it:

    In the uji-countdown/css/jquery.countdown.css I changed

    #ujiCountdown{
    overflow: hidden;
    display: inline-block;

    into

    #ujiCountdown{
    overflow: hidden;
    display: block;

    But that only leaves it left-aligned….how to center it?

    Unfortunately I didn’t fix that but settled for left-aligned…

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