• Resolved dgrabowski89

    (@dgrabowski89)


    Hi there! I’m enjoying using TablePress, but have encountered an error when creating a table of bulleted text.

    I’m putting my text into each cell this way:

    <ul><li>Custom design: logos, illustrations, photography, icons, graphics, and more</li></ul>

    What is happening is this: https://tinypic.com/r/zuny1i/9

    What I want is for the text within cells to move onto new lines if they’re going to stretch out of the container, without breaking or hyphenating them. Thanks in advance for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is most likely caused by CSS in your theme. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter dgrabowski89

    (@dgrabowski89)

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! To change this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
    	word-wrap: normal;
    	word-break: normal;
    }

    Regards,
    Tobias

    Thread Starter dgrabowski89

    (@dgrabowski89)

    Worked like a charm! Thanks, Tobias.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Thank you! It works!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    nice! Thanks for the confirmation!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Text Breaking Between Lines’ is closed to new replies.