shibulijack / proBoot

phpBB3 theme based on Bootstrap.
http://shibulijack.github.com/proBoot
43 stars 21 forks source link

Great start, lacks responsiveness #4

Open tripslip38 opened 11 years ago

tripslip38 commented 11 years ago

This is a great start to adapting the ProSilver theme to use Bootstrap, however thus far, it lacks one of the key attractors/reasons for using Bootstrap: The built-in responsiveness for different screen sizes.

It looks like some of these techniques are implemented a little in viewtopic.php, as the user info block wraps below the user's post, but the main topic list table simply narrows continuously until the columns are too narrow to be useful. Good responsive design behavior would disable less useful columns and possibly stack them vertically for a better small-screen experience.

This theme does that to some extent: http://demo.rockettheme.com/phpbb3/viewtopic.php?style=94&f=5&t=14

Are you accepting contributions to the code?

shibulijack commented 11 years ago

@tripslip38 First of all, thank you. Yes, the theme is not yet completely responsive, but I have plans to work on it soon. Contributions are most welcome :)