Replies: 0
Hi there, I have 3 table press tables imbedded on a page, however they all have seperate alignment to each other. Is there something I can put in the custom CSS to make all the columns line up?
http://www.kristyhocking.com/wordpress/index.php/bio-2-2/
I have tried following the FAQ “How can I set column widths?”
and “The N needs to be changed to the ID of the table in question (or use .tablepress as the first part of the selector, if you want this to apply to all tables”
But it doesn’t seem to make and changes… maybe I’m entering the CSS incorrectly?
I’ve tried
“.tablepress .column {
width: 100px;
}