• Resolved murphyk88

    (@murphyk88)


    I am trying to override the default menu height as it is displaying as far taller than my document height, and even growing when i resize the browser window (it got up to over 25000px tall this way). I would just like to set the menu height to auto, as I don’t want it the full height of the document anyway, but the height is set in an inline style element and I can’t override it. How can I solve this issue?

    https://wordpress.org/plugins/responsive-menu/

Viewing 1 replies (of 1 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Murphy,

    Please add the following to your themes style.css file:

    #responsive-menu[style]
    {
        height: auto !important;
    }

    All the best

Viewing 1 replies (of 1 total)

The topic ‘Menu Height Override Issue’ is closed to new replies.