Formatting table description?
-
I’ve done some searching in the doc and in the help forum, but I haven’t found anything that helps. I incorporated a table into a blog post I wrote (https://travelstoriesandimages.com/tarangire-national-park/). I wanted to show the table description, but also have it centered above the table. I selected the option “show table description above the table”, and the text shows up…but it’s left justified.
I found a thread that recommended putting the following code in the frontend CSS options:
.tablepress thead th, .tablepress tbody td { text-align: center; vertical-align: middle; } .tablepress tbody td img { float: none; }
I added this by going into TablePress –> Plugin Options and added it under Custom CSS. However, this didn’t make any difference.
How can I center the text like I want?
- The topic ‘Formatting table description?’ is closed to new replies.