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

    (@responsivemenu)

    Hi Jim,

    Sure I can – In your themes styles.css file on line 2219 you have the following:

    ul.sub-menu {
        display: block;
        height: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        transition: all 0.25s ease 0s;
        width: 370px;
    }

    This is completely messing with my plugin – you will need to either remove these styles or make them more specific so they don’t intervene with my plugin unfortunately.

    Any questions please let me know!

    All the best

    Thread Starter jesseslam

    (@jesseslam)

    Hi,

    Thanks for that you have saved me hours of looking for the issue all now working thanks.

    Jim Isles

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey Jim,

    Always a pleasure and glad that got it working!

    All the best

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

The topic ‘Issue With Sub Menu Items’ is closed to new replies.