In RTL, there are two (very slight) errors:
- The chevron points to the right rather than left
- Spacing doesn't look right. It's more spacious than in the LTR screenshots
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and weβll resume our usual support by the end of August.
I added the following CSS and it seems to work. Please advise, and let me know if it's going to get fixed in a future release to avoid code conflict/redundancy
/* Fix poll chevron */ .wpf-poll-angle-td > .fa-angle-right:before { content: "\f104"; } /* Correct alignment */ #wpforo #wpforo-wrap .wpf-poll.wpf-poll-result .wpf-poll-option-td { padding-left: 5%; padding-right: unset; }