Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cartu73

    (@cartu73)

    I use this but it doesn’t work

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

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please replace

    .tablepress-id-1 .column-C,
    .tablepress-id-1 .column-D,
    .tablepress-id-1 .column-E,
    .tablepress-id-1 .column-F,
     {
    	text-align: center;
    }

    with

    .tablepress-id-1 .column-3,
    .tablepress-id-1 .column-4,
    .tablepress-id-1 .column-5,
    .tablepress-id-1 .column-6 {
    	text-align: center;
    }

    Regards,
    Tobias

    Thread Starter cartu73

    (@cartu73)

    Thanks to your great support, problem is solved 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    very nice! Always glad when I can help!

    Best wishes,
    Tobias

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Content formatting’ is closed to new replies.