How much row do you recommend to use in this layout?. I think I’m doing something wrong because I can not get the location of the SPAN 4 SPAN 4 INTO ROW
How much row do you recommend to use in this layout?. I think I’m
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no problem doing what you want, you just need to be carful with the HTML when you have nested columns. Here’s a working example with fluid rows http://jsfiddle.net/panchroma/yYFMT/
When using fluid rows, note that spans of the nested columns add to 12 and the HTML is
If you don’t have fluid rows, the spans of the nested columns add up to the width of the parent, eg
Here’s a working example of with non-fluid rows: http://jsfiddle.net/panchroma/MX6GK/
Good luck!