• Hello,
    This plugin is perfect for Masonry but I have a problem.
    When the legend is too long, I have a break in a word.

    Then, it’s appear :

    This is my test for ve
    ry long legend..

    And it should be :
    This is my test for
    very long legend..

    Can you make something to fix that ? This is a big problem with name of Persons.
    Thank you

    https://wordpress.org/plugins/wc-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter elstudio

    (@elstudio)

    Sorry,
    I Found

    .wc-gallery .gallery-caption {
    	margin: 0;
    	/* -webkit-transition: opacity 400ms ease; */
    	/* transition:         opacity 400ms ease; */
    
    	/* -ms-word-break: break-all;
    	word-break: break-all; */
    
    	/* Non standard for webkit */
    	word-break: break-word;
    
    /*	-webkit-hyphens: auto;
    	-moz-hyphens: auto;
    	hyphens: auto;*
    /

Viewing 1 replies (of 1 total)
  • The topic ‘Legend Problem’ is closed to new replies.