• Hi all!

    This is a real newbie writing his first question. I haven’t found my problem asked anywhere. I’m not sure if this is the appropiated place to ask my question, I have searched www.ads-software.com forum and it seems to me it may be here. Apologies if not ??

    My problem is WP truncates my menu captions.

    “This is great dude”

    shows

    “This is great
    dude”

    How can I avoid this? The menu item gets really big, I would very much preffer it to use only one “row” per item.

    Any help please?

    Thanks much!

    [signature removed as per forum rules]

Viewing 2 replies - 1 through 2 (of 2 total)
  • you need to adjust your css to allow for the proper width. You can use a tool like firebug to help you determine what div needs to be adjusted.

    Thread Starter boost2029

    (@boost2029)

    Hey jeezyo thank a lot!

    it seems that the width of each menu item is hardcoded. I thought it may be calculated on the fly based on the text caption.

    If anyone has the same problem, I found at
    #nav ul ul a {
    background: #222;
    color: #fff;
    width: 180px;
    height: auto;
    }
    that playing with the width attribute and adding “font-size: 0.80em;” the thing looked decent.

    Thanks for your advice!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to avoid WP to truncate my menu captions?’ is closed to new replies.