Notifications
Clear all

[Solved] Slight errors with RTL

2 Posts
1 Users
1 Likes
380 Views
Posts: 12
Topic starter
(@mustafamohsen)
Eminent Member
Joined: 8 months 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: 12
Topic starter
(@mustafamohsen)
Eminent Member
Joined: 8 months 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