Responsive timeline UI with Bootstrap3
问题 How can I create a UI with a vertical timeline bar where on desktop it shows as timeline-bar in middle and event boxes on both sides. On smaller mobile screen, the timeline-bar on the left and all event boxes on the right. Using JQuery in combination with responsive classes is okay, just need to show all event boxes, so hiding alternate boxes with xs-hidden won't do. JS Fiddle: http://jsfiddle.net/n82ek/2/ Reduce expand size of result window to see responsive behavior. What needs to happen?