Okay
  Public Ticket #1603663
Menu display issue
Closed

Comments

  • Aissam34 started the conversation

    Hi there,

    Once I click on my account or lost password page, I get this display issue (Scrrenshot_22).

    Would you please advice?

    Regards,

  •  1,559
    Laborator replied

    Hi there,

    I don't get what's wrong here? The page shows when you want to reset the account password, firstly you enter the e-mail, see screenshots from your page and Aurum demo:


    (view large version)



    (view large version)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Aissam34 replied

    Hi there,

    The issue is the menu that is displayed in 2 lines. I would like to keep it in one line.

    Regards,

  •  1,559
    Laborator replied

    That's because you have more menu items than the menu container can handle, use less menu links or if you want to make the space between the items more narrow then add the following CSS to Custom CSS:

    header.site-header div.nav>ul>li>a, header.site-header ul.nav>li>a {
        padding: 25px 15px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group