Notifications
Clear all

Limited Support

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.

 

[Solved] Slight errors with RTL

2 Posts
1 Users
1 Reactions
1,109 Views
Posts: 19
Topic starter
(@mustafamohsen)
Eminent Member
Joined: 2 years ago

In RTL, there are two (very slight) errors:

  1. The chevron points to the right rather than left
  2. Spacing doesn't look right. It's more spacious than in the LTR screenshots
Screenshot 2023 09 04 at 15.05.17@2x
Topic Tags
1 Reply
Posts: 19
Topic starter
(@mustafamohsen)
Eminent Member
Joined: 2 years ago

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;
}
Share:
Scroll to top