Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #234097

    Hey guys,

    How do you wrap the breadcrumbs under the title like the support forums here?

    #234180

    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

    #234207

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.