Jump to content

Prestashop 1.6 "Products" Menu problem. No space between categories.


botondr

Recommended Posts

HI

You can change the css file in: "block top menu"
(SITE/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css) line ~148

to display categories into two columns

 

 

.sf-menu > li > ul > li {
  float: left;
  width: 50%;

 padding-top: 10px;

....

....

}

Edited by S-HAMMANI (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...