Search code examples
twitter-bootstrapcssclearfix

Understand bootstrap 'clearfix'


I do not understand how to use clearfix. I have this bootply as an example. There's a Bootstrap carousel and, next section, is not appearing right below it. I assume this is floating problem but I don't know how to solve it.

Can anyone explain it how to fix it?

Thank you


Solution

  • In your CSS you have .carousel { margin-bottom: 60px; }. Remove it.