WP 5, Tablepress CSS | Plugin Options
-
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]
- The topic ‘WP 5, Tablepress CSS | Plugin Options’ is closed to new replies.