-3

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

Leo Yukku
  • 52
  • 5
markens
  • 113
  • 6
  • 1
    carousel works like this.the sections are shown side by side . So what is the problem? – sid Oct 11 '15 at 02:03
  • I want the section with red background to show right below the carousel, without the white space. I know how to achieve that, but I thought it was a floating problem. – markens Oct 11 '15 at 02:11

1 Answers1

3

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

j08691
  • 204,283
  • 31
  • 260
  • 272