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:
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;
}
Hi there,
Once I click on my account or lost password page, I get this display issue (Scrrenshot_22).
Would you please advice?
Regards,
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
Hi there,
The issue is the menu that is displayed in 2 lines. I would like to keep it in one line.
Regards,
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:
Best regards,
Laborator Team