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.

 

Style [Solved] Breadcrumb on mobile

3 Posts
2 Users
0 Reactions
1,090 Views
Posts: 18
Topic starter
(@pierre_karma)
Eminent Member
Joined: 4 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 4 years ago

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