| bio | website | |
|---|---|---|
| location | Paris, France | |
| age | 23 | |
| visits | member for | 1 year |
| seen | May 3 at 11:01 | |
| stats | profile views | 1 |
natural language processing, machine learning, web development.
|
May 30 |
comment |
Should I place my menu on top of my mobile version of this showtimes website? It turns out that Bootstrap has classes like "visible-phone" that make this easy. twitter.github.com/bootstrap/scaffolding.html#responsive |
|
May 28 |
comment |
Should I place my menu on top of my mobile version of this showtimes website? Thanks for your answer! It's very cool, which is why I upvoted it. Unfortunately, it feels a bit more complicated than the other answers, which is why I didn't accept it. |
|
May 28 |
comment |
Should I place my menu on top of my mobile version of this showtimes website? Thanks for your answer! Sure, I can hide/show the jump link depending on window size. The framework only provides the basic functionality, but it's easy to override everything if needed. Using Bootstrap defaults simply makes my life easier. So yes, it's easy to add another media query saying "display this link when the screen is small". |