• Resolved grandadmiral12345

    (@grandadmiral12345)


    I set up an Image Viewer gallery on my site. The text, however, is going right up against the image scroller at the bottom or in some instances slightly cut off. Is there any way this can be adjusted some?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @grandadmiral12345

    In your case, there are two options you can implement. The first is to modify the Thumb Size values further which should enable the entire caption be displayed as expected: https://prnt.sc/U8M6OZVRcFBh

    The second option is to use custom CSS. For instance, the following would work when added to the “Custom CSS” field and would not need you to carry out any Thumb Size modification:

    .foogallery.fg-image-viewer.fg-caption-always .fg-caption-title {
    padding-bottom: 30px !important;
    }

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Text alignment in Image Viewer gallery’ is closed to new replies.