• Resolved yolandal

    (@yolandal)


    Hello,

    I love this plugin, but I would like to know how I can get the whole title visible instead it’s ending with ….
    And if the title short enough for the width of the image, than an automatic height would be nice.
    What css or settings do I need?

    https://postimg.cc/MnVxVX9P

    Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @yolandal

    You can add the following CSS below to the Custom CSS section of that particular FooGallery gallery which may help to make the whole title visible:

    .foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption-inner .fg-caption-title {
        white-space: initial;
        padding-bottom: 15px;
    }

    Thanks.

    Kind regards,
    Elvis.

    Thread Starter yolandal

    (@yolandal)

    Thank you, that worked!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make whole title visible’ is closed to new replies.