• Resolved Joy

    (@lennylicious)


    Hi,

    My Buttonizer widget seems to be “floating” on top of my mobile menu, so some parts of the menu items are blocked. Please see screenshot here: https://prnt.sc/sq0cfy

    How do I solve this?

    Kind regards,
    E

Viewing 1 replies (of 1 total)
  • Plugin Author Buttonizer

    (@buttonizer)

    Hi @lennylicious ,

    You could either decrease the z-index of Buttonizer or increase the z-index of the mobile menu using custom CSS.

    Buttonizer’s z-index could be overwritten with this custom CSS code:

    .buttonizer {
      z-index: 99999 !important;
    }

    Please let us know if you are able to set Buttonizer behind the mobile menu! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Buttonizer widget is “floating” on top of the mobile menu’ is closed to new replies.