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] Malformed corners in RTL

3 Posts
2 Users
2 Reactions
1,053 Views
Posts: 44
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 3 years 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 3 years ago

Trusted Member
Posts: 44

@tutrix Much better. Thanks!