Not showing proper image width
-
I have a looping slider at the bottom of my page full of logos that are varying widths but all 100px wide. In the slide settings page, each slider has the full size img added so the width is varrying but height is the same:
When you view the slider it has everything formatted to fit in a specific sized box so that some stuff is squished and others have extra white space around it. I am looking to have the width of each box auto-size to the image specs and float them all beside each other. I have tried adding custom CSS:
.owl-carousel .owl-item{
width:auto !important;
float:left;
}which displays the propper width but forces them to push down onto a second line which for the life of me I can’t figure out! Any ideas?
Cheers
The page I need help with: [log in to see the link]
- The topic ‘Not showing proper image width’ is closed to new replies.