Comments 4Nuha started the conversationSeptember 3, 2016 at 12:44pmHow can I set the numbers as center aligned in QT counter plug in? 1,710Barry repliedSeptember 3, 2016 at 2:17pmHi Nuha,Please add the following via Appearance > Customizer > Theme Options > Custom CSS.counter { display: block; text-align: center; } .counter .counter--text { margin-left: 0; }That would set the counter numbers centered aligned.Best regards,BarryQreativeThemes.com | WordPress Themes 4Nuha repliedSeptember 3, 2016 at 3:03pmThanks Sign in to reply ...
How can I set the numbers as center aligned in QT counter plug in?
Hi Nuha,
Please add the following via Appearance > Customizer > Theme Options > Custom CSS
.counter { display: block; text-align: center; } .counter .counter--text { margin-left: 0; }
That would set the counter numbers centered aligned.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thanks