Mobile menu bug?

My Mega Menu includes a custom static block (product spotlight just like is shown in the demo) and works great on the desktop version. However, on the mobile version the menu shows these expanded by default for some reason. Please see screenshot. Am I overlooking a setting that can control this?

5 answers

Profile photo of chavan 100.00 $tone February 7, 2014
Public

For the Image Break fix, do this css change

Go to this File : /skin/frontend/default/jm_siotis/css/layout-mobile.css

Find this code

HTML Code:

.products-grid  .product-image img { width:200px; height:300px;}

Replace with

HTML Code:

.products-grid  .product-image img { width:140px; height:300px;}
#3
Profile photo of Sherlock 0.00 $tone February 11, 2014
Public

@ ninjaprecision,

you could open the skin/frontend/default/jm_siotis/css/styles.css file, add the following css rule:

HTML Code:

#off-canvas-nav .listing-type-grid {
   margin:0px !important;
}

Hope it helps.

#5

Please login or Register to Submit Answer

Written By

Comments