Philio / bootstrapdefault

A modern and responsive theme for Piwigo built with standard Bootstrap components and using the default Bootstrap theme. Intended for easy customisation using Bootstrap styles or as a parent theme for creating responsive themes for Piwigo.
https://philio.me
31 stars 10 forks source link

properly collapse navbars #30

Closed tkuther closed 8 years ago

tkuther commented 8 years ago

Currently the navbars do not collapse properly on small screens (mobile etc) as it's unclear for which of the navbars the button is for. The fix is to explicitly define the collapse button for each navbar with unique id and set class to "navbar-collapse collapse".