Hey guys,
How do you wrap the breadcrumbs under the title like the support forums here?
that’s a cool question! I d’ like to know that as well. My breadcrumbs in my forum mix up with the title and it’s all not readable, so it would be awesome to put them into two levels.
Thx!
Antonio
Hey!
Try adding this code to the Quick CSS:
.title_container .breadcrumb {
position: relative;
right: auto;
top: 0;
margin-top: 0px;
padding-bottom: 8px;
overflow: hidden;
left: -2px;
}
Cheers!
Josue