• Resolved mdavila825

    (@mdavila825)


    I have 4 counters. I need the following below:

    250+ 1400+ 95% 20+

    Can I add a plus sign and a % using the CSS ::after Selector? If so how do I tell the 95 to use a percentage???

    Thanks! great plug in!

    The page I need help with: [log in to see the link]

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

    (@mdavila825)

    I purchased the pro and i was able to accomplish but now I am having issues with the CSS. Can you help. I am trying to get the symbol and the number on the same line.

    Here is my CSS:

    #wpsm_counter_b_row_8845 .wpsm_counterbox .wpsm_count-title {
    min-height: 38px !important;
    letter-spacing: 1px;
    margin-top: 10px;
    }

    #wpsm_counter_b_row_8845 .wpsm_counterbox {
    text-align: center;
    margin-top: 3px;
    margin-bottom: -43px;
    }

    #wpsm_counter_b_row_8845 .wpsm_counterbox .wpsm_number {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    display: inline-block;
    float: center;
    transition: all 0.5s ease 0s;
    position: relative;
    margin: 0px;
    }

    #wpsm_counter_b_row_8845 .wpsm_counterbox .wpsm_number span.counter span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -12px;
    width: 100px;
    height: 100px;
    }

    #wpsm_counter_b_row_8845 .wpsm_counterbox .wpsm_number span.counter {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -12px;
    width: 100px;
    height: 100px;
    }

    hi @mdavila825 ,

    as you are using pro version so please contact to support forum..

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a way to add percentage sign and a plus sign on same counter?’ is closed to new replies.