How to modify the height of submenu?

2 answers

Profile photo of Sherlock 0.00 $tone December 18, 2013
Public

Hi victorlai,

you can open the file of skin/frontend/default/jm_megamall/joomlart/jmmegamenu/css/jmmegamenu.css there you look for this rule

HTML Code:

 .jm-megamenu .products-grid {
  border-bottom: 0 none;
  min-height: 486px;
}

and change it to

HTML Code:

 .jm-megamenu .products-grid {
  border-bottom: 0 none;

}

Hope it helps !

#2

Please login or Register to Submit Answer

Written By

Comments