• Resolved 99mike199

    (@99mike199)


    Hello, i want to use your plugin counter option, but i can´t find where i can centered numbers, now they are one the left.

Viewing 1 replies (of 1 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi Mike,

    I used alignment option from VC Row shortcode to align counter to the center. So one solution will be that and another one is to use custom css code below for alignment

    .evc-counter {
        text-align: center;
    }

    Best regards,
    Nenad

Viewing 1 replies (of 1 total)

The topic ‘Counter numbers centered’ is closed to new replies.