I have an Orbit slideshow on my homepage here: Home page
Unlike the rest of the content it is not contained in a row class as I would like it to take up the full width of the screen. I would also like there to be a max height set, so that the slideshow doesn't take up too much vertical space on larger screens. To do this I have set the following in my custom stylesheet:
.orbit-container {
max-height: 400px;
}
.orbit-container .orbit-slides-container img {
width: 100%;
}
However, the captions and bullets are being 'hidden'. Is there a way to achieve my desired effect while still having the bullets and captions appear at the bottom of the orbit container?
Any advice would be greatly appreciated.
Thanks, Rachel
P.S. I'm using Foundation version 4.