Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    On line 74 of your styles.css file you have the following CSS rules:

    .menu-item .sub-menu
    {
    background-color: inherit;
    display: none;
    font-size: 0.8em;
    max-width: 160px;
    position: relative;
    }

    The position: relative is causing the issue so please speak to a CSS developer or find a way to make the declaration more specific and it should solve your issues.

    All the best

    Thread Starter RenaR

    (@renar)

    Thanks so much! we switched the position to relative for mobile devices.

    Best,
    Rena

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Rena,

    No problem – glad you got it working!

    All the best

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Submenu is not displaying’ is closed to new replies.