Table Press Table Header will not vertical-align to the bottom
-
I am using Tablepress on the page https://newsite.stanleytotallivingcenter.org/levels-of-care/
I have shrunk the fonts of my tables to 14 pixels and have centered the table headers but have been unable to get the headers to vertically align to the bottom.
Here is an example of the CSS that has gotten me to where I am at so far:
.tablepress-id-INDLIVINGORIG .row-1 {
font-size: 14px;
text-align: center;
vertical-align: text-bottom;
}However, the Tablepress table seems to be ignoring the vertical-align command. I have tried it with both vertical-align: bottom; and vertical-align: text-bottom; . What am I missing that is keeping my column headers from aligning to the bottom?
- The topic ‘Table Press Table Header will not vertical-align to the bottom’ is closed to new replies.