• Resolved Decimus

    (@decimus)


    I’ve got css options working where the page was built pre WP 5. Here is an example

    [table id=10 column_widths=”60%|20%|10%|10%” /]

    https://www.bajanthings.com/bajan-things-three-years-on/

    #content .tablepress-id-10 .column-2,
    #content .tablepress-id-10 .column-3,
    #content .tablepress-id-10 .column-4,
    #content .tablepress-id-10 .column-5,
    #content .tablepress-id-10 .column-6 {
    text-align: right;
    }

    —-
    I’m now using WP5 with the classic editor.
    Cannot get the cols in table 15 to right align

    [table id=15 column_widths=”40%|10%|25%|12.5%|12.5%” /]

    https://www.bajanthings.com/bajanthings-four-years-on/

    #content .tablepress-id-15 .column-2,
    #content .tablepress-id-15 .column-3,
    #content .tablepress-id-15 .column-4,
    #content .tablepress-id-15 .column-5 {
    text-align: right;
    }

    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 post, and sorry for the trouble.

    I can not reproduce this. The columns 2 through 5 of table 15 on https://www.bajanthings.com/bajanthings-four-years-on/ are right-aligned for me. Could you be seeing some outdated/cached version of the page?

    Regards,
    Tobias

    Thread Starter Decimus

    (@decimus)

    Many thanks

    You were spot on. It was an outdated cached version. I just killed the server and browser caches and its working as expected. Happy New Year to you.

    Peter

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes and a Happy New Year,
    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 ‘WP 5, Tablepress CSS | Plugin Options’ is closed to new replies.