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

Photo page icons stacked vertically #33

Closed kjodle closed 8 years ago

kjodle commented 8 years ago

On the mobile view, the photo page icons (slideshow, download, etc.) stack vertically, which takes up a lot of space. Am I missing something in the theme options?

I have changed this with the following custom css:

ul.nav.navbar-nav li { float: left; }

Any plans to change this in future versions of the theme?

Also, the ul.nav.navbar-nav class is used in other areas of the theme, causing issues with how they are displayed.

Philio commented 8 years ago

I think this is the default Bootstrap behaviour for mobile.

You'd have to refer to the Bootstrap docs in regards to changing this as I'm not sure.

tkuther commented 8 years ago

This is a bootstrap navbar collapse issue due to havin two navbars. The solution is to define a button for each navbar explicitly. #30 fixes this.

Philio commented 8 years ago

This will be fixed in the next release.