Skip to content Skip to sidebar Skip to footer

Create A Collage For A Carousel Made With Owlcarousel

I am using a plugin called owlcarousel to create a carousel. The carousel and the collage have been made. The work has been tested on Google Chrome, Safari, Opera andd Firefox. Eve

Solution 1:

Your div2 needs to do a clear since you are floating the p tags in div1, clear: both;. You can just add it to your .featured-sellers-collage .div2 class, like so:

.featured-sellers-collage.div2 {
    width: 100%;
    margin-bottom: 0;
    clear: both;
 }

I believe this will fix your problem.

Post a Comment for "Create A Collage For A Carousel Made With Owlcarousel"