• Resolved Argentum

    (@argentum)


    I upgraded the site, and see that the Nextend accordion is bugged somehow. Every menu link is 100% in height making the menu extremely long.

    I see this CSS in the inspector.

    div#nextend-accordion-menu-nextendaccordionmenuwidget-2 a {
    display: inline-block;
    height: 100%;
    width: 100%;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabor

    (@nextendweb_gabor)

    Hi @argentum!

    This problem can happen, if there is a html error, like the ending </html> or </body> is missing, but there could be other issues too, like if there is a CSS minification used on your site, which doesn’t minify our codes correctly. Please send me a link to where we can check out the issue and we will tell you what’s going on!

    Thread Starter Argentum

    (@argentum)

    Ok, I can’t oblige you at the moment. It looked so bad I had to disable the accordion menu. I have another problem with a warning that pops up at the top of the page.

    I am troubleshooting the caching, the css for the accordion menu is read from a minified css, though I haven’t enabled any minifying.

    I will be back.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Every menu link is 100% height’ is closed to new replies.