• Resolved atomix66

    (@atomix66)


    In my 3-column table (Example: Table ID 2), I’d like the first column to be left aligned, and the second and third right.
    Which code do I have to enter in the Custom CSS? Sorry, I have not worked with CSS for a long time.

    Thanks for your help
    Alex

    • This topic was modified 5 years, 9 months ago by atomix66.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The quickest solution to that should be to use

    .tablepress-id-2 .column-2,
    .tablepress-id-2 .column-3 {
      text-align: center;
    }

    Regards,
    Tobias

    Thread Starter atomix66

    (@atomix66)

    Thank you

    Regards,
    Alex

    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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Format the table’ is closed to new replies.