• Resolved lkhangergmail.com

    (@lkhangergmailcom)


    Hi There
    I have used the css property word-break: normal to display my text in columns without it rolling to another line but am unable to get the cell phone number to display in one line. Is there a similar property to get a number to display over one line in a column?

    Take a look at my table under Find a Therapist Kwa Zulu Natal – the cell no is displaying over 3 lines.
    http://lymphafrica.com/kwa-zulu-natal/

    Should I change the column width or padding and if so what px values would you recommend.

    Many thanks for the support
    Les Hanger

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Your best chance here probably is to prevent line breaks in that column, with “Custom CSS” like

    .tablepress-id-8 .column-3 {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter lkhangergmail.com

    (@lkhangergmailcom)

    Many thanks Tobias, I will try that.

    Another quick question:
    Can you increase the space between the Table Name and the Table Content so the Table Name is not sitting right on top of the content?

    Kind regards

    Lesley

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Lesley,

    no problem!

    To increase that space, please add this to the “Custom CSS”:

    .tablepress-table-name {
      padding-bottom: 40px !important;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘USING WORD-BREAK: NORMAL FOR A NUMBER’ is closed to new replies.