Comments 2Azhar started the conversationJanuary 31, 2017 at 10:58pmWhen sidebar is collapsed, the active menu item does not collapse and stay behind all other elements.Please find the attachment for thisThanks.[deleted] repliedFebruary 1, 2017 at 1:38pmHi Azhar,I have checked our theme online to see if this issue is present but I was not able to reproduce it:http://drops.laborator.co/JDaGThe menu collapse/expand works fine and active menu element is placed behind other elements.In case if this happens, this fix will solve issue: jQuery( 'sidebar-menu li a' ).click( function( ev ) { jQuery( 'sidebar-menu li ul' ).removeAttr( 'style' );} ); Sign in to reply ...
When sidebar is collapsed, the active menu item does not collapse and stay behind all other elements.
Please find the attachment for this
Thanks.
Hi Azhar,
I have checked our theme online to see if this issue is present but I was not able to reproduce it:
http://drops.laborator.co/JDaG
The menu collapse/expand works fine and active menu element is placed behind other elements.
In case if this happens, this fix will solve issue: