By default, the caption of the ZURB Foundation clearing lightbox is located below the image.
Does anybody know how I can position it above the image?
By default, the caption of the ZURB Foundation clearing lightbox is located below the image.
Does anybody know how I can position it above the image?
You can move the caption to the top with a simple CSS fix. The
bottomproperty of theclearing-captionclass is set to0by default. Changing this property toautowill move the caption to the top.