• Resolved Snehal Volvoikar

    (@snehalvolvoikar29)


    Hello,
    Menu sticky widget on mobile is not taking to specific category products, it looks like it has been disabled with a slight grey overlay. Please help me anlayse the cause of it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Bibhu Prakash Ota

    (@bibhu1995)

    Hello,

    Add this css code through your child theme style.css or you can add it through the theme customizer-> Additional CSS.

    @media only screen and (max-width: 768px){
    .rp-cat-overlay {
    top: unset;
    bottom: unset;
    }
    }

    After this let us know if you are still having the same issue or not.

    Regards,
    Bibhu

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Thanks, it has been resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu sticky widget on mobile is disabled’ is closed to new replies.