Topic Resolution: Resolved
  • Closed
  • Johan Bergstad
    Spectator
    February 4, 2015 at 11:20 pm #14659

    If I change the name of a menu item from Contact to Contact and Info it moves to another row below. Is it possible to make the whole menu wider so all menu items fit next to each other on one row?

    nieuwe.roosgoesgreen.nl

    Sincerely
    Arjan

    Alok Maheshwari
    Spectator
    Posts: 303
    February 5, 2015 at 7:13 am #14662

    Try the following css. Adjust the max-width as required.

    #small-nav .alora-row
    {
    max-width:1000px;
    }

    Johan Bergstad
    Spectator
    Posts: 32
    February 6, 2015 at 8:57 am #14672

    Thx. It worked with 1100px.