Support » Plugin: Ultimate Product Catalog » Problem mobile menu and catalog

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter phellarm

    (@phellarm)

    .prod-cat-sidebar
    It has priority over the drop-down menu of the mobile device I don’t know if with css it is possible to bring it under the mobile menu era I think it’s a bug. the Products normally flow below

    Plugin Support jaysupport

    (@jaysupport)

    Hello phellarm,

    It doesn’t sound like a bug, just a difference in z-index. Did you already modify this? I just visited your site in mobile and noticed that the site menu overlays every other element.

    Thread Starter phellarm

    (@phellarm)

    Hi…

    Yes it’s a plugin bug I think …
    In catalog-style-mobile.css create

    .prod-cat-sidebar {
    clear: both;
    width: 100%;
    maximum height: auto;
    maximum width: none;
    z-index: 99999;
    right: 0;

    You will notice that the z-index is busted!

    I had to correct it by hand by putting a z-index = 1

    Plugin Support jaysupport

    (@jaysupport)

    Still, not a bug. We just shouldn’t have it set that high. I’ll see if we can get that changed to a more reasonable number in an upcoming update. That you for pointing it out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem mobile menu and catalog’ is closed to new replies.