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.

 

wpForo 1.x.x [Solved] RTL Breadcrumb CSS issue

5 Posts
3 Users
2 Reactions
1,867 Views
Posts: 53
 Gal
Topic starter
(@galzil)
Trusted Member
Joined: 9 years ago

Hi,

There's a problem with the first crumb (Forums),

the line is aligned to the left instead of the right

 

4 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Could you please leave your forum URL?

Posts: 316
(@1sharonkat)
Reputable Member
Joined: 9 years ago

The same issue with my my site:

https://mityaalim.org/community/

Does not bother me, actually I like the look of it, unless there will be some other side effects later on.

 

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Thank you yossik.

Please use this CSS code:

#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root{ 
border-left:none!important;
border-right: 1px solid #666666;
}
Posts: 316
(@1sharonkat)
Reputable Member
Joined: 9 years ago

Thank you, 

It works.