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:
Then remove this part from it:
Before:
After:
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: