I’m working on this dashboard and can’t seem to get container 3 to slide up under container 1, can any one spot why?
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.
This is normal behaviour when working with floats. To solve this, you could eather resort to javascript, or change the formating of your html. Something like this should work:
when you now float the col instead of the containers you should get the desired effect.