I previously had an issue on another website where a popover from the JA K2 Filter Search module was being obscured by the menu bar. I reported it here (https://member.joomlart.com/forums/d/5034-popover-z-index-issue) and was told to put the code below in the custom.css. .uber-header { z-index:1!important; } This code has worked perfectly on some of my websites but for some reason, the code does not seem to be working on the www.freemen-few.org.uk website. I am unsure what differences between my sites may be causing this issue as all of them have used the Uber template.
.uber-header { z-index:1!important; }
Other websites where I have used the code (and it has worked): www.grimsbycleecivsoc.com/ www.enrolledfreemenofgrimsby.org/
Please help.
Hi trevorellis
Use this code for this website
.uber-header-wrap { z-index:1!important; }
You can also remove the other code
Regards
pavit I'm afraid that it doesn't seem to have worked. I have replaced the code that you said in the custom.css and tested it in two browsers (Edge and Chrome) but the problem persists.
Looking at your website it seems to be solved now
pavit Okay thanks, it must have just been some sort of cache issue as it seems to be working now.