Viewing 1 replies (of 1 total)
  • Thread Starter slbradio

    (@slbradio)

    To fix this i changed the .css

    from this:

    .percent00 {margin-top: 395px; height: 0px;}
    .percent10 {margin-top: 360px; height: 40px;}
    .percent20 {margin-top: 320px; height: 80px;}
    .percent30 {margin-top: 280px; height: 120px;}
    .percent40 {margin-top: 240px; height: 160px;}
    .percent50 {margin-top: 200px; height: 200px;}
    .percent60 {margin-top: 160px; height: 240px;}
    .percent70 {margin-top: 120px; height: 280px;}
    .percent80 {margin-top: 80px; height: 320px;}
    .percent90 {margin-top: 40px; height: 360px;}
    .percent100 {margin-top: 0px; height: 400px;}

    to this:

    .percent00 {margin-top: 395px; height: 0px;}
    .percent10 {margin-top: 340px; height: 60px;}
    .percent20 {margin-top: 300px; height: 100px;}
    .percent30 {margin-top: 260px; height: 140px;}
    .percent40 {margin-top: 220px; height: 180px;}
    .percent50 {margin-top: 180px; height: 220px;}
    .percent60 {margin-top: 140px; height: 260px;}
    .percent70 {margin-top: 100px; height: 300px;}
    .percent80 {margin-top: 60px; height: 340px;}
    .percent90 {margin-top: 20px; height: 380px;}
    .percent100 {margin-top: 0px; height: 400px;}

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Our Progress] Thermometer inaccurate?’ is closed to new replies.