MyBB Community Forums

Full Version: breadcrumbs inline
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to have my breadcrumbs in the default theme stay on the same line. How do I do this?

for example:

[/url]
Quote:[url=https://community.mybb.com/index.php]MyBB ExtensionsThemesSupport [Image: arrow_down.png] breadcrumbs inline


I tried in easy mode and tried adding this to advanced mode (which W3schools suggested), but that didn't work. What did I do wrong?


Quote:li {
  float: left;
}

li a {
  display: block;
  padding: 8px;
}

I'm probably not understanding something.

Thank you for your time.
^ you can try removing content in nav_sep_active template of the theme

[MyBB Templates guidance]