Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dbartos

    (@dbartos)

    Yes this is great, exactly what I had pictured. It also illustrates another issue I ran into when viewing it on a phone. The actual digits seem to go out of the white box slightly *Correction- The actual digits don’t go out of the white box but go right to the edge and the white glowing text effect makes it appear outside when it shrinks, to remedy that I just increased the size of the boxes slightly.

    • This reply was modified 8 years, 5 months ago by dbartos.
    Thread Starter dbartos

    (@dbartos)

    Hey thanks for the quick response. I was able to band-aid fix it for now. In-case anyone else runs into this, I’ll post what I did.

    Since the display uses a different class depending on whether it needs 3 digits or 2, I was able to apply additional margin to only the 2 digit “days” portion. Since that field is on the left it pushes everything over to the right and “centers” it. The actual margin value might have to be adjusted but that’s the basic idea.

    I used this code:

    .c-3po-days_dash{
    	margin-left:26px !important;
    }

    This way only timers with 2 digits will be bumped right, the ones with 3 will still use their separate class of “c-3po-days_trip_dash”. I’ll mark this as resolved since my issue is basically fixed.

Viewing 2 replies - 1 through 2 (of 2 total)