RE: GDPR plugin stays on top of mobile nav menu

This topic has 2 replies, 2 voices, and was last updated 7 months ago ago by Rose Tyler

  • Avatar: ecommercedev
    ecommercedev
    Participant
    October 5, 2023 at 21:33

    In context of https://www.8theme.com/topic/gdpr-plugin-stays-on-top-of-mobile-nav-menu/#post-369134

    You wrote

    In case you don’t use fixed footer on your web-site then the fix you found will not give you any issues and could be left for your case.

    But in fact it does break the checkout/cart page with separated layout. Changing the z-index back to 1 makes it as before.

    So my proposed solution doesn’t really fix the issue.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2023 at 15:08

    Hello, Ecommercedev,

    You can use separate classes to latch onto and make the page-wrapper stable again with z-index: 1;

    
    .cart-checkout-advanced-layout .page-wrapper {
    z-index: 1;
    }

    or even

    
    .cart-checkout-separated .page-wrapper {
    z-index: 1;
    }

    Kind Regards,
    8theme team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.