When on the portfolio page and you click Services, the drop down menu is appearing behind the pictures of the portfolio section within the container on the page. Not sure how to fix this, I have the Header section z index set to 1 and the page and portfolio section within the page have no z index set. I tried setting it to two, didn’t work.
]]>When disabling WPmobile menu plugin, the issue is resolved.
It might be Zindex issue or code conflict.
Would appreciate any help
Niv
]]>I have managed to fix this within the plugin by setting the z-index to unset within the plugin CSS code.
rich-event-timeline\Rich-Web-Timeline-Widget.php
Line: 855. This code block below:
.rich_web_div_block_<?php echo esc_html($rw_ti_id);?> section.rich_web_timeline_<?php echo esc_html($rw_ti_id);?>:before {
background: <?php echo esc_html($get_timeline_style_options[0]->rw_timeline_line_col);?>;
z-index: unset; // z-index: 2;
}
It was set to z-index: 2, this was creating the issue.
Could someone look into this and add this fix in.
Thanks,
Matt (https://github.com/mattu08)
]]>Spanish:
Hola, me gustaría saber si hay alguna manera de incrementar el ZIndex de todos los elementos de Youzify, ?hay alguna manera de hacer esto?
Thanks <3
]]>Second: When I hover over a submenu it gets disappeared before I click it, but when the menu is active it works fine.
Please help me with this
]]>I’ve been fighting with my website all morning trying to get the “Choose Country” dropdown menu to appear over the Revolution Slider, but can’t seem to get anything to work.
Have tried many snippets of code/css from googling around, but none seem to work.
Any ideas?
Many thanks in advance.
]]>I think something similar has been covered previously but not on this theme.
The top of the lightbox disappears under the header and menu bar.
I think this is to do with the z-index
I have tried some custom css but cannot figure out exactly what it should be? I think something like:
.header-wrapper {
z-index: 500;
}
But this has no effect – have tried different values to the 500
Any help would be greatly appreciated.
Thank you.