I am running 1.6.3, and I can see that the check mark for the Best answer is floating wihtin the body of an answer. Is there a way to move it/fix it?
I think it is a bug of Snow theme. Probably, you would set OFF Q2A option ("Admin" > "Viewing" > "Allow voting on answers"). Display position of select mark is absolute. Because there is no margin on the left side of the answer, mark is displayed along with the answer.
Solution1:
.qa-a-item-main { padding-left:70px; } .qa-a-selection { top:20px; ...
Solution2.
.qa-a-selection { /*position: absolute;*/ float: right; ...
There will be any other solution.
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.