smartstore / Smartstore

A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
http://www.smartstore.com/
GNU Affero General Public License v3.0
1.2k stars 447 forks source link

Collapsible responsive menus #303

Open Yorams opened 4 years ago

Yorams commented 4 years ago

Hello,

I'm wondering if it is possible to make menus (CMS>Menus) collapsible for smallers monitors. You can select the design template "navbar" which is very similar to the bootstrap version of it. As you cen see here: https://getbootstrap.com/docs/4.3/components/navbar/.

It looks quite simple to expand the HTML and add an checkbox at the menu settings with collapse enabled. Or maybe a extra design template that is a collapsible navbar. Preferably with as little css style as possible so i can make my own.

I'm working with Smartstore 3.2.2.0.

,Yoram Scheer

Yorams commented 4 years ago

For the people who wants to know. I found a solution by myself. I used the native menu called "main" in CMS>Menus and hide all the other elements around it so i got a clean menubar without any other buttons and searchbar.