Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • wombat1 Friend
    #152999

    Some of my articles have very long titles.
    .
    In the breadcrumb module they are runnng over to two lines before they reach the right side of the module, in other words they are line breaking too soon.
    Is there any way to adjust the length of the breaddcrumb line so this does not happen.

    Thanks in advance

    gray Friend
    #351327

    Look in template.css for .ja-breadcrums style.

    For me I put
    .ja-breadcrums {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    text-transform: uppercase;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    }

    Change the width to 100% if you want it to show title for the whole width.

    wombat1 Friend
    #351365

    Thank you kindly.

    That did the trick, just changed the width to 100%
    Dont know why i didnt think of this.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  wombat1 14 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum