Caption placement Exhibeo focus

Looking for advice on how to place titles and captions below the images in focus galleries, rather than overlaid on the image, obscuring part.

Hi Steve,

You can do this by adding some CSS to change the caption position. If you’re using Xway, go to the page that contains the gallery, and enter the following definition in the CSS Markup box of the Page Inspector:

.image-focus-image figcaption { bottom: initial !important; top: 100% !important }

This redefines the caption position so that the top of the caption is immediately underneath the image. 100% refers to the height of the parent container (which contains the image and the caption).

[Make sure you copy the entire CSS definition if you’re reading this in a web browser. It’s in a scrolling box.]