Where to define f.e. Spaces between Text and Numbers in Widgets?

Hi Folks,

i added a WP Plugin to my Site within the beautyful Colorlib Activello Theme.
And now my User Statistic shows the Counter directly and without any Space after the Text.
I allready contacted the Plugin-Producer. Who told me, that this is a Problem situated within Activello.

Anyone any Idea?

Plz see attached Picture.

Many Thanks in Advance and kind Regards

GT

Hi GT,

I hope you are well today and thank you for your question.

We can try resolving this issue by developing custom CSS code.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Rehi Movin,

many thanks for your kind Support.
I thought i might find the clue in the Stylesheet-Area of the Activello-Theme.
But i did not found out how to “defat” the Font or make a Space in between.

Attached is a picture which shows my Problem.
Which btw. ist just a cosmetical one.

Kind Regards again an many Thanks in Advance.

GT

You can try adding the spaces between them by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


.widget_wpstatistics_widget li label {
    margin-right: 5px;
}

Hi Movin,

that worked.

Many Thanks once more
Kind Regards

GT

You are most welcome here :slight_smile: