Page 1 of 1

Z-index of carousel-control

Posted: Fri Jan 15, 2021 12:46 pm
by HardCoal99
I created a standard carousel and found that when my websites navigation menu overlays over top of the carousel, clicking on the menu activates the carousel control (arrow). The issue seems to be that I cannot lower the z-index (push to back) of the carousel control. Pushing the carousel to back for some reason doesn't modify the z-index of the arrow control. I was able to work around the issue by editing the control's CSS code to lower it's z-index before posting to my site. Lowering the z-index allows the menu to site on top of the carousel control.

My website is PAPowerShopper.com (website is actively being improved).

Looking for any tips or tricks to do this natively in the web design software, or report a possible feature to resolve moving forward.



Thanks!

Re: Z-index of carousel-control

Posted: Fri Jan 15, 2021 1:13 pm
by Pablo
Most menus with sub levels have a high z-index to make sure they are always on top of other elements. This is behavior by design.
But you can add custom code via Page HTML to override this behavior.

if you need further assistance then please create a demo project with only the relevant elements, because I cannot see what you have done based on the published HTML.

Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134