Hello, Noticed that when I post a topic in bbpress that if its to long the title and the breadcrumbs overlap in the featured header.
I would like to place the breadcrumbs below the title on the left side like you have here.
Regards,
Seth
PS. here’s a screenshot of the issue. http://screencast.com/t/4LWgkPMyzbk
PPS. What plugin are you using to display the private content box below the public box?
Thanks!
Hi sethriley!
Try adding this to your custom CSS.
.breadcrumb, .breadcrumbs { position: relative !important; right: 0px !important; }
If that’s not working then send us a link and we’ll take a look.
Regards,
Elliott
That worked just fine!
Thank you,
Seth