• Quan88

    (@quan88)


    Hi, previously the caption shows all, even using 2 lines, but now caption only shows 1 line and cut off the rest. Any way to solve it? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author steveush

    (@steveush)

    Hi @quan88,

    Are you referring to the title portion of the caption being restricted to a single line? If yes, you can use the below CSS to allow it to wrap multiple lines.

    .foogallery .fg-caption .fg-caption-title {
    	white-space: normal;
    }

    Thanks

    Thread Starter Quan88

    (@quan88)

    Thank you, it is working fine now. Just wondering, why is there a line border now after applying the css code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Caption Cut Off’ is closed to new replies.