Magento Hawkstore mega menu does not show more than 3 columns in mobile

I have create a 5 column menu in the MegaMenu extension. It renders fine on desktop. However the off page mobile menu will only display the first 3 columns.

I tested this on a demo version of the JM store here as well and the same problem persists, it will not load the 4th column into the mobile menu.

Below is the builder login so you can review yourself.

You’ve just created a demo site [jm-hawkstore1382778024], there are information:

Site id: jm-hawkstore1382778024
Site name: jm-hawkstore1382778024
Admin user: admin
Admin password: Password1
You can visit your site at: http://jm-hawkstore1382778024.joomweb.com
Manage your site at: http://jm-hawkstore1382778024.joomwe…ndex.php/admin

1 answer

Profile photo of Sherlock 0.00 $tone October 28, 2013
Public

Hi mate,

You just open the file of skin/frontend/default/jm_hawkstore/css/off-canvas.css there you look for this css rule and remove it

HTML Code:

 #off-canvas-nav .megacol.column4, #off-canvas-nav .megacol.column5 {
  display: none !important;
}

I hope the change helps !

#1

Please login or Register to Submit Answer

Written By

Comments