Notifications
Clear all

[Solved] Malformed corners in RTL

3 Posts
2 Users
2 Likes
168 Views
mustafamohsen
Posts: 42
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 10 months ago

In RTL, this looks really off. Rounded corner is so stretched, and falls behind the New Post button

I don't think it's meant to be like this. How can I fix that?

2 Replies
Posts: 1081
(@tutrix)
Noble Member
Joined: 3 years ago

@mustafamohsen

try this css

#wpforo #wpforo-wrap .wpf-head-bar {
  border-radius: 0 0 0 30% !important;
}

if you don't like it yet, set the 30% to the desired value

1 Reply
mustafamohsen
(@mustafamohsen)
Joined: 10 months ago

Trusted Member
Posts: 42

@tutrix Much better. Thanks!