• Resolved photocoen

    (@photocoen)


    Dear FooGallery,

    It used to be alright, but now all my images show captions in one line with three dots on the end. Where it should be broken off and continue at the line below.

    Where is the setting to show the complete caption?

    Adventurous greetings,
    Coen

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

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

    (@bradvin)

    hey Coen,

    Please add this custom CSS to your gallery to get the desired effect:

    
    .foogallery.fg-default .fg-caption-title {
        text-overflow: initial;
        white-space: normal;
        overflow: initial;
    }
    
    Thread Starter photocoen

    (@photocoen)

    Thank you Bradvin!

    That worked brilliantly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Captions are not being displayed correctly.’ is closed to new replies.