Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Max Width Menu Not Working CSS

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46477

    Hello I have put a max with on one of my sections of the menu but for some reason will not fit in with menu. And every time try to put it on my website makes the words that are in the width range go right to the top of menu.

    http://codepen.io/mwbcomputers/pen/djwml

    #143345
    jurotek
    Participant

    Don’t set max width on your anchor. The width should be determined by the number of characters within.

    #143346
    Paulie_D
    Member

    I would guess that there isn’t enough room in the menu to accommodate all the text.

    You could try doubling the height of the #navigation and removing any heights from links, list items etc.

    Alternatively, reduce the font size.

    #143459

    Ok will play around with it today see how I go.

    #143480
    gowda24
    Participant

    As paulie said there isnt enough space to accumulate the text.

    remove the max width or increase.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.