prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
230 stars 127 forks source link

Menu is out of visual screen when have many items #180

Open tuavitxinh2 opened 4 years ago

tuavitxinh2 commented 4 years ago

Menu has problem to display many item 2020-08-07_180121 Can somebody fix it or give me a way to use old classic menu?

mdollde commented 4 years ago

This should fix this classic-rocket/_dev/css/layout/_mainmenu.scss

line 41 .menu-sub__list--1 { display: flex; }

add flex-wrap: wrap;

Regards