I am going too look at this.
Maybe I’ll add it this feature in the next update.
That would be really useful, thanks!
Hi,
I had the same request so I added some custom CSS to make my logos vertically centered.
At the moment I am only using the ticker mode, so I don’t know if it will work the other modes as well, but figured it might be worth sharing.
ul.kiwi-logo-carousel-default {
display: table;
}
ul.kiwi-logo-carousel-default li{
width: auto !important; // I also needed my logos to NOT have a fix width of 200 px in the ticker mode, so I added this to override the set width in the HTML.
display: table-cell;
vertical-align: middle;
}
It has been tested on IE and FF and Safari with no issues, but I will make no guarantees. Test your own additions.., 🙂
anderscarlen, I couldnt seem to get this to work. although i am not using the ticker mode, not sure how that changes the code. HELP.. all the logos are aligned to the top and i have different sizes and shapes so it looks funky.
check it… http://mrandmrsgoff.com/whchamber/
Thanks,
Justin
tehg33k/Justin
You need to add the css code to your template somewhere. I took a quick look at your site, and the code I suggested is not applied to your slideshow.
Best of luck!
/anders
Anderscarlen,
I added the code so you can look at it. Its on the live site now. Still not working for some reason :/
Here is the live site URL: http://www.whitehousechamber.org
-tehg33k
Yes, it is added now.
I only testet it with the ticker mode, and then it worked fine.
Sorry I can’t help you more.
I did have to hack away a bit at the horizontal mode and ended up using the css code from here:
http://css-tricks.com/centering-in-the-unknown/ with some success.
That said – I didn’t need the actual slider for that, so I am not sure if the vertical centering will work for you there or not. Best of luck!
Hi there,
Really great plugin, thanks for making it available.
I have a slight issue on the Iphone and smaller devices – The slider duplicates the 1st 5 logos and shows them on top of each other.
Any thoughts on resolving this one?
Cheers, sam