Topic Resolution: Resolved
  • Closed
  • Larkoll teamet
    Spectator
    September 21, 2015 at 11:27 am #20798

    Is it possible to extend the total length of menu in top?

    When i add 1 more site to the menu now, the logo goes in new line 01 and menu in line 02. If not possible, do you have other solution to get a bigger menu without dropdown?

    My site: http://larkolluka.no

    Denzel Chia
    Moderator
    Posts: 2672
    September 21, 2015 at 7:09 pm #20805

    Hi,

    Please use the following code in Theme Options -> Custom CSS, it will widen the space for your menu. You can add one more item.

    .header-v3 .alora-row {
    max-width: 1100px !important;
    }

    Thanks!

    Larkoll teamet
    Spectator
    Posts: 25
    September 22, 2015 at 11:03 am #20838

    Thanks for your help. All okay now 🙂