- Issue created by @mpractic
- 🇫🇷France Grimreaper France 🇫🇷
Hello,
Thanks for using this theme and creating this issue.
By default, you can change the menu block in "Structure > Block layout" to display more than one level.
Also ensure that on your menu links the "display as expended" is enabled.If I remember well, Bootstrap (the framework, not this theme in particular) expect its navbar to be 1 or 2 level depth max (I don't remember to have tested that). So you may need other modules like you tried with Superfish.
I don't think the behaviors are related to a "block class" CSS class.
I have not used Superfish for years so I am not sure it will works out of the box with this theme as Bootstrap has its own "burger"/expanded mechanism in its navbar component it may interfere with Superfish like you have tested.
I would say that maybe currently it is not possible to do that in pure site building and that you will need to create a subtheme to provide a new region in the header to display your superfish menu block so it will handle the burger by its own.
And/or maybe override the navbar component to provide a new slot/region for this block like in https://git.drupalcode.org/project/sobki_profile_bootstrap/-/tree/11.0.x... where I provided new lots for account menu and language dropdown.