Hello, @lambey.
best way – download any graphics editor, like gimp https://www.gimp.org/
create new image, insert logo here and export image.
If all logos will be one height carousel will be beautiful.
Thread Starter
lambey
(@lambey)
Thanks for the reply.
The logos are the same size, and it does look good and works how I want, I’d just really like the logos to be centred on the page. See link (logos are at the bottom of the page) : http://ecvicsladies.co.uk/
You can disable carousel width on plugin control page and add CSS
.site-footer .footer-widget-region {
margin: 0 auto;
float: none;
}
Thread Starter
lambey
(@lambey)
Yes, thankyou! Although it would be good if I could show 2 logos at a time rather than 1! π
.site-footer .footer-widget-region {
margin: 0 auto;
float: none;
min-width: 600px;
}
@media only screen and (max-width: 600px) {
.site-footer .footer-widget-region {
min-width: none;
}
}