Hello! I have 2 issues in displaying. First issue:
How do I make the expression inside the content of the Counter component to be displayed at the center? Since Counter widget does not have a Style Classes property, I can't simply 'align middle' like the other components.
Second issue:
How do I reduce the extra spaces in between (above/below) the number displayed in the counter? I have marked it too, the reason why I can't seem to edit is similar to the first issue.
Do I need to implement something else to make it possible?
Hi,
set the below property of Counter widget to solve your both issues:
You can adjust the height as per your requirement.
It worked, thank you :D