Bootstrap responsive horizontal layout
问题 I have a Bootstrap layout but I need it to be responsive and not sure how to do this horizontally. How can I make that layout using standard Bootstrap layout but also have it be responsive? I currently have it with the "labels" in one fluid row and the inputs in another fluid row but when it is "shrunk", the labels no longer fit with the inputs. 回答1: Have you considered nesting by making a single .row-fluid with five .spans inside it and two more .row-fluids inside each span? This way there