• Hi, I just updated the latest foogallery, and realized that the caption for the Simple Portfolio is now shows only one line.
    My image titles are longer than one line. Previously it shows up in 2 or 3 lines, in full, but now is truncated.
    How do I make the captions show in more than 1 line? Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author steveush

    (@steveush)

    Hi @worldwebsite,

    You can use the below CSS to allow the caption title to wrap to new lines:

    .foogallery.fg-simple_portfolio .fg-caption-title {
    	white-space: normal;
    	overflow: visible;
    	text-overflow: initial;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Simple Portfolio Caption’ is closed to new replies.