• Welcome to ForumKorner!
    Join today and become a part of the community.

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.

314059350183775.png


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:
314059350183775.png

After:
31405935051166a.png
 

Beats

Power member.
Reputation
0
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).
 

climax

User is banned.
Reputation
0
This is a good suggestion, its annoying seeing text float below.
 

Sanctuary

User is banned.
Reputation
0
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.
 
Top