Notifications
Clear all

Style [Solved] Breadcrumb on mobile

3 Posts
2 Users
0 Reactions
892 Views
Posts: 18
Topic starter
(@pierre_karma)
Eminent Member
Joined: 2 years ago

Hello, 
I see the behavior of my issue the same on this forum so maybe there is no other way...but asking for my client. 
Actually, on desktop, when a topic is open, you see the full path of the breadcrumb with name forum/name topic

But on the mobile, only the 1st level of the breadcrumb is visible. My client would like its users to see the full path...is that possible?

I have attached screenshots about that. 

Thank you, 
Pierre

2 Replies
Tutrix
Posts: 1358
(@tutrix)
Noble Member
Joined: 4 years ago

@pierre_karma

add this to custom css

@media screen and (max-width:620px) {
#wpforo #wpforo-wrap .wpf-breadcrumb div,
#wpforo #wpforo-wrap .wpf-breadcrumb div:nth-last-child(2) {
display: inline-block !important;
}
}

 
Dashboard > Forums > Settings > Style (custom css)

Posts: 18
Topic starter
(@pierre_karma)
Eminent Member
Joined: 2 years ago

That's great to hear from you so quick!
Works perfect @tutrix.
Thanks again, 
Pierre