Sub-Menu missing in phone-view compared to laptop-view

Hi Admin,

I created 6 1st level sub-menu and it shows in my laptop, but when i check the phone, there will be missing menus that more than 4 (it only shows 4 menu).

my site is ‘http://www.foodferry.sg’

Thank you

2 answers

Profile photo of harper 0.00 $tone January 22, 2014
Public

Hi,

you can open file: skin\frontend\default\jm_crafts\css\off-canvas.css and you look for this CSS rule

Code:

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

here you change it to

Code:

#off-canvas-nav .megacol.column4, #off-canvas-nav .megacol.column5 {
    display: block;
}

Sincerely,
Lieu Le
JoomlArt Customer Service.

#1

This question is now closed

Written By

Comments