• Resolved Bmuzammil

    (@bmuzammil)


    hi, found minor UI error. The clock is getting out of it’s container.

    flipclock.min.css

    .flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
    }

    Server Uptime – FIX the margin
    .flip-clock-wrapper {
    margin: 1em 0;
    }

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

    (@isaumya)

    Hi,
    Thanks for the heads up but it is not as easy as it seems. I mean it just can’t be fixed by some minor CSS tweaks. Personally speaking, this issue has been resolved a long time back in many updates before. The problem behind it is that the plugin used flipclock.js which doesn’t have built-in responsiveness. So, some clever js reverse engineering had to be done to fix it to some extent.
    Anyhow, can you please share a screenshot of the issue along with the screen size where you are facing it so that I can try to recreate the same scenario here as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Minor UI error – Server Uptime Clock on Dashboard’ is closed to new replies.