ResolvedAccount menu displayed behind the main menu
- This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by
Althemist.
- AuthorPosts
- January 7, 2021 at 12:01 pm #28100
Arnaud
ParticipantHello support team,
My demand is about the display of the account menu.
When the cursor is hover the icon of the user account, its menu is displayed behind the main menu.I tried to upgrade the z-index of rigid-search-cart-holder without success.
Thank you in advance for your help.
January 7, 2021 at 1:27 pm #28124Althemist
KeymasterHello Arnaud,
This can’t really happen if the theme is using it’s original styles. Please, provide working link where we can see the problem “live”.
January 7, 2021 at 2:51 pm #28134Arnaud
ParticipantThis reply has been marked as private.January 11, 2021 at 12:48 pm #28224Althemist
KeymasterOK, I saw the problem. It’s visible even as guest user. Tee problem is that your menu is way to long, so it drops on a second line. I’d suggest modifying the menu so it have less first level items OR use a fullwidth layout instead of boxed, so there is more space for the menu.
Alternatively, you can use the following CSS to move the account holder on top, but it would still look bad on two different rows:
.rigid-search-cart-holder { z-index: 999; }
- AuthorPosts
You must be logged in and have valid license to reply to this topic.