Plugin breaking layout
-
Your plugin breaks my page layout and the only reason it does this is because the outside Owl Carousel container has float:left; included in its style:
.owl-carousel {
display: none;
float: left;
position: relative;
width: 100%;
}Is it necessary to have it floating left to begin with? Every time I use it in a design I have to override this parameter.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin breaking layout’ is closed to new replies.