Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43361
    Pieter
    Member

    Hello,

    on the site: http://www.lamhotte.fr/ecole you’ll see that I have a menu-entry which is somewhat long. I’ve tried putting in a line break using html in the menu, but new line is way too much underneath which makes the menu look awful…I did this because when I put the last item (access parents) in the menu, it went on a second line, making the menu look awful as well.

    Is there a way to have a line break and approaching the text (on my site: “classe linguistique” and “9ème classe”), or maybe having less space between menu items so that everything fits?

    I hope you see what I mean

    Thank you

    #43369
    Pieter
    Member

    Btw,

    I found that when using firefox, the last menu entry (“access parents”) goes right to a second line in the menu, thus appearing underneath another menu entry (in this case “la pédagogie”)

    double menu image

    I would say that there’s enough room on a 1024px screen for all to be on one line…it does when using chrome, IE, Opera…but not firefox?

    #43381
    Sakin
    Keymaster

    @Pieter: Try adding in the following css in “Appearnace => Theme Options => Custom CSS” box. This will reduce the padding between and will fit in your all menus in one line. After adding this you can remove line break <br /> code from your menu item Classe Linguistique 9ème classe

    #header-menu ul.menu a {
        padding: 0 1em;
    }
    #43421
    Pieter
    Member

    You, my man, are a hero!

    Thanks loads, it’s awesome to be able to count on having ones questions answered here…you guys are great!

    Thanks again,

    Pieter

    #43431
    Sakin
    Keymaster

    @Pieter: Thanks for your appreciation.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Line break in menu?’ is closed to new replies.