Hi,
thanks for your question.
As the majority of your columns should be centered, I suggest to first center all columns and then move the columns 1-3 to the left again, and column 16 to the right.
You can achieve that with the following code, which you need to paste into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded:
.wp-table-reloaded-id-1 td {
text-align: center;
}
.wp-table-reloaded-id-1 .column-1,
.wp-table-reloaded-id-1 .column-2,
.wp-table-reloaded-id-1 .column-3 {
text-align: left;
}
.wp-table-reloaded-id-1 .column-16 {
text-align: right;
}
This code would work for table ID 1. For others, just adjust the ID in the five rows, or remove the “-id-1” part entirely to have this apply to all of your tables.
Best wishes,
Tobias
Thread Starter
knicee
(@knicee)
=) thank you Tobias! a beer on me!
Hi,
no problem, you are welcome! 🙂
Best wishes,
Tobias
Thread Starter
knicee
(@knicee)
i want to change the look of the tables to go better w/ the site. any suggestions? i don’t know how to implement roll themes w/ the WP reloaded plugin. if this is something you would charge for, let me know how much it would be.
Thank you.
Hi,
unfortunately, I don’t really know what would make the tables look better on your site, I’m not really a designer or theme developer 🙂
Also there’s no such thing as themes for the plugin, but you have the flexibility to use the entire range of CSS to style the table.
You might instead want to contact a designer who can create some CSS for you that then makes the table look closer to the rest of your site.
Best wishes,
Tobias