Notifications
Clear all

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

5 Posts
3 Users
2 Reactions
1,700 Views
Posts: 53
 Gal
Topic starter
(@galzil)
Trusted Member
Joined: 8 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: 10589
Admin
(@robert)
Support Team
Joined: 9 years ago

Could you please leave your forum URL?

Posts: 316
(@1sharonkat)
Reputable Member
Joined: 8 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: 10589
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: 8 years ago

Thank you, 

It works.