• Resolved chuzpo

    (@chuzpo)


    My dropdown menu goes behind the zoomed image. I saw the same problem in this forum but I didn’t understand the solution …

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    would you try adding the following two CSS rules to your website:

    ul.sub-menu {
    padding-top: 0 !important;
    margin-top: -8px !important;
    }
    ul.sub-menu li:first-child {
    padding-top: 20px !important;
    }

    Let me know if that works.

    Thread Starter chuzpo

    (@chuzpo)

    Hello, that works but not on my mobile device.

    Thank you.

    Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    I’m afraid I don’t have a solution for the issue with the dropdown menu on the mobile device.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.