• One of my menu items is long and I’d like to break it up into 2 lines. One right under the other. Here is the menu item title, Event Organizer Start here.

    I’d like it to look like this.
    Event Organizer
    Start Here

    I can use the break code < br/ >, the 2nd line is dropped below the header. You can see this in the link.

    Can you advise?

    Also has Layla Pro gone live?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi gindavis,

    You should remove the <br/> in last menu(Event Organizer Start here), then you should increase the class row maxwidth into 1200px to 1250px (style.css line number: 44)

    current:
    .row {
    margin: 0 auto;
    max-width: 1200px;
    }

    change it
    .row {
    margin: 0 auto;
    max-width: 1250px;
    }

    [signature removed]

    • This reply was modified 7 years, 1 month ago by stephencottontail. Reason: removed signature link
Viewing 1 replies (of 1 total)
  • The topic ‘Long menu title – added break – placement is wrong’ is closed to new replies.