Centering the table
-
Hi Tobias,
I’m trying to center a table in the middle of a page. The table is 4 columns, 1 row. I’ve been on your sites FAQ page & used:
.tablepress-id-N {
width: auto;
margin: 0 auto 1em;
}When I used the code above, I changed the N to the number of the table. I put the code in the Custom CSS box under Plugin Options.
I found a thread where someone had a similar problem. You suggested the following code:
.tablepress-12_wrapper {
width: auto;
margin: 0 auto 1em !important;
}Still nothing.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Centering the table’ is closed to new replies.