Hi, I've been trying to get my carousel and captions/numbers left aligned as on
this laytheme site: http://colindoerffler.com/
I took some earlier advice this person was given and tried using this CSS:
.col .lay-carousel img.h100 {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
left: 0%;
}
but it's still not working quite the same... maybe someone knows something I can do to achieve that effect?
also the captions seem to shift around in position, especially on mobile they appear far below the carousel.
My site at the moment: http://robbyday.info
can supply further necessary info in PM if anyone is willing to help.
Thanks!