Breadcrumb Error

Sanctuary

User is banned.
Reputation
0
Noticed this a while ago, only mentioning it now.
Using this thread as an example of what I mean.
Any thread that has a prefix on it will break the breadcrumb navigation a little.



For any Staff w/ ACP access, here's an easy fix -
Find this in the theme's CSS:
Code:
.nav_bit_active a span {

Then remove this part from it:
Code:
display: inline-block;

Before:
After:
 
None of the Staff have theme template access.

Philly would have to deal with this, though it would probably won't get done soon.

Narc has access to that part of the ACP, though he probably doesn't know how to do it (no offense intended Narc).
 
This is a good suggestion, its annoying seeing text float below.
 
Bump cuz this shit still hasn't been fixed.
Even easier fix! Just add this to the CSS:
Code:
.nav_bit_active a span { display: flex !important; }

Takes literally not even 5 minutes to do this.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…