Notifications
Clear all

[Solved] Malformed corners in RTL

3 Posts
2 Users
2 Likes
411 Views
Posts: 42
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 1 year 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
Tutrix
Posts: 1265
(@tutrix)
Noble Member
Joined: 4 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)
Joined: 1 year ago

Trusted Member
Posts: 42

@tutrix Much better. Thanks!