• Resolved robertwein

    (@robertwein)


    On the page that I’d quoted, having read the docs (as best that I could), I tried to fully-justify the text in the box, but it didn’t work.
    This is what I’d entered

    .tablepress-id-17,
    .tablepress-id-17 tr,
    .tablepress-id-17 tbody td,
    .tablepress-id-17 thead th,
    .tablepress-id-17 tfoot th {
    border: none !important;
    text-align: justify;
    text-justify: inter-word;
    }

    Thank you!

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    That’s because you are using the HTML <center> tag in the cells of that table – which is basically overriding your CSS code 🙂

    Just remove the <center> and </center> tags and the text should be aligned justified.

    Regards,
    Tobias

    Thread Starter robertwein

    (@robertwein)

    Awesome, thank you!!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sure, no problem!

    Best wishes,
    Tobias

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

The topic ‘Text align in cells’ is closed to new replies.