• Resolved atiq007

    (@atiq007)


    I want to change the z index of my header. How I can do this?
    https://prnt.sc/up68yo
    Cart Side Bar Below the Sticky Header. I want to bring the Cart sidebar front of the header.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • saliw

    (@saliw)

    You may already have found this out, but for any others with the same issue, I added the following to Custom CSS, which resolved the issue. It may well be that they are not all required, but even with clearing the site cache etc it’s taken an age to test.

    #site-header {
    z-index: 999 !important;
    }
    #site-header-inner {
    z-index: 998 !important;
    }
    .oceanwp-cart-sidebar {
    z-index: 2000 !important;
    }

    Plugin Author ????? ?????? ?????

    (@scriptcoil)

    Hi, Thank you for mention your issue.
    I added this request to the plugin Github’s page and marked this feature as a milestone that needs to accomplish.
    Your request on the Github repository: https://github.com/scriptcoil/oceanwp-sticky-header/milestone/5

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart Side Bar Below the Sticky Header’ is closed to new replies.