Menu resize issue

I seem to have a bug with my menu.

When I resize page smaller, click them menu, click away, then make the page bigger the jmmega menu no longer appears.

Attachment 37221
Attachment 37222
Attachment 37223

My bug/glitch analyst is going mad resizing windows….

4 answers

Profile photo of Paul k 0.00 $tone June 5, 2014
Public

Its on my store, but also on the demo site.

1. Open the main website here: http://jm-hawkstore.demo.joomlart.com/
2. Mouse over the top JMMegamenu and see it displays correclty.
3. Now resize your browser window so as to show the responsive design style with the left hand top menu button.
4. Click on the left have menu to show the hidden menu. Don’t click an option, just close the menu.
5. Resize your browser again, you will see that the Jmmegemnu at the top has disappeared.

I hope that is clear enough.

#2
Profile photo of Seoki Lee 1510.00 $tone June 6, 2014
Public

Thank you for your clarification.

To get it fixed, please open the file \skin\frontend\default\jm_hawkstore\css\styles.css , on line 513 add this code:

Code:

#ja-mainnav-inner { 
	height: auto !important;
    left: auto !important;
    overflow: inherit !important;
}
#3

This question is now closed

Written By

Comments