You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the customized version of Bootstrap and changed only the parameter "@grid-float-breakpoint" so the dropdown list appear in a wider size of the template.
In particular I changed the parameter from "@screen-sm-min" to "@screen-md-min".
The problem is that the second level submenu in the dropdown list is not styled the correct way (mobile version) but it remains like the desktop version.
The text was updated successfully, but these errors were encountered:
(When I say second level submenu, I mean the submenu someone sees in the menu of the "carousel" example.)
I saw the following solution bpugh@3873b61 but I guess that if someone is using the customized version of Bootstrap it shouldn't be necessary to do fixes to the code.
Hi all,
I used the customized version of Bootstrap and changed only the parameter "@grid-float-breakpoint" so the dropdown list appear in a wider size of the template.
In particular I changed the parameter from "@screen-sm-min" to "@screen-md-min".
The problem is that the second level submenu in the dropdown list is not styled the correct way (mobile version) but it remains like the desktop version.
The text was updated successfully, but these errors were encountered: