Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
274 views
in Q2A Core by
How to make spaces in array? So that 'x_answers' => '^ space space space answers' lookes.

1 Answer

0 votes
by

The best way is to add a margin in the CSS. Judging by what you said in the question I'm guessing you'd need the "qa-a-count-data" class:

.qa-a-count-data {
  margin-right: 10px;
}

Alternatively, you may be able to use the HTML entity   to make a non-breaking space.

by
Answer is not too near the target. I`ve mined the activity widget.
2            questions
3            answers
...
by
It looks on the page so: 2   questions...

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...