[Pro] title & caption covers slide picture

The problem is that the amount of offset required (bottom: -75px) will be different depending on how much text you have in your captions. One setting will not suit all.

So unless you limit the amount of text in the caption the best way would probably be to hide the caption on smaller width devices.

Something like

<style type="text/css">
@media only screen and (max-device-width:768px) {
 figcaption { display: none; }
	}
</style>

But I think it looks fine on iPad portrait so maybe reduce that 768 to 667 (iPhone6 landscape size)

D


Exhibeo mailing list
email@hidden
Update your subscriptions at: