Home Forums Inovado Break the breadcrumbs over 2 lines

Home Forums Inovado Break the breadcrumbs over 2 lines

This topic contains 2 replies, has 2 voices, and was last updated by  abbotkinneydude 6 years, 9 months ago.

  • Creator
    Ticket
  • #85371

    Hi Phil,

    I tend to have long breadcrumbs on my sub pages (which is fine with me).
    However, they do not break over several lines (especially with mobile resolutions) and tend to get stuck on a single line.
    I impacted the CSS container with both a ‘height: auto;’ and a ‘max-height: none;’ but this had no impact.
    I also tried a few other CSS instructions but nothing happened either so I went back to those two.

    Here’s what I currently have:
    #no-title #breadcrumbs {
    padding: 20px 0 19px 0;
    font-size: 12px;
    line-height: 0px;
    color: #999999;
    text-align: right;
    }

    #no-title #breadcrumbs a { color: #999999 }
    #no-title #breadcrumbs a:hover { color: #9b242d; }
    #no-title #breadcrumbs .container { padding-left: 0px; margin: 0px auto; height: auto; max-height: none;}

    URL in question: https://michelsonmedical.org/gary-michelson/videos-gary-michelson/20141023-usc-michelson-center-breaks-ground/

    Thank you for your help.

Sorry, only verified customers can view ticket replies.