Hello Tobias,
I like to have a caption on top of my table and I saw that we have the choice in the plugin to put it on top or bottom. This is great!
As I found the font for the "table name" too big, I used the "table description" for my caption but in both cases, the caption is aligned on the left.
I tried to have it centered on top of my table by adding this code in the custom CSS (Plugin Options page):
wp-table-reloaded-table-description-id-1 {
text-align: center;
}
(id-1) is the id of my table
But it does not work. I wonder if this is possible?
THANK YOU VERY MUCH FOR YOUR HELP!
James