Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Increasing font size in one column raises text in other columns

$
0
0

Replies: 0

Increasing the font size in one column via CSS raises the text in other columns, like the cells are all aligned top, instead of bottom. I tried this:

.tablepress .row-1 {
vertical-align: baseline;
}

…but that doesn’t work. How can we align the row text to baseline or bottom? Shouldn’t that be the default?


Viewing all articles
Browse latest Browse all 59525

Trending Articles