*

KaloSex

  • ****
  • 135 posts
Pop up options show up incorrectly when clicking "My Account"
« on: January 30, 2023, 04:33:57 PM »
When i click on "My account" on top menu, the menus pop up but they stay behind other divs. This happens on many pages, not just on homepage. I attach screenshot to show the problem

*

MB Themes

Re: Pop up options show up incorrectly when clicking "My Account"
« Reply #1 on: January 31, 2023, 08:00:25 PM »
I am not able to reproduce on Demo site.
Can you provide URL? Have you done some custom mods?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

KaloSex

  • ****
  • 135 posts
Re: Pop up options show up incorrectly when clicking "My Account"
« Reply #2 on: January 31, 2023, 11:22:27 PM »
No custom mods, just installed some plugins i bought from here (you). Anyway i was able to solve it by modifing this:
header .relative2 {
    border-bottom: 1px solid #dfe3ed;
    padding: 4px 25px;
}

to this:

header .relative2 {
    border-bottom: 1px solid #dfe3ed;
    padding: 4px 25px;
    z-index: 999;
}

So its okey now, the menu came in front

*

MB Themes

Re: Pop up options show up incorrectly when clicking "My Account"
« Reply #3 on: February 01, 2023, 11:54:05 AM »
@KaloSex
Try to use z-index with least value possible, first try if it does not work with value 9, 99 , 199 etc... to avoid conflicts with other functions.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots