TablePress Centering Table on Page not Working
-
I am using the following code on the site https://www.davisstirlinglawblog.com (note I do NOT have “Table Head Row” checkbox in the “Table Options” section checked); however, as you can see, the table is NOT centered on the page. I can’t seem to find any information other than what I’ve already added, so am stumped!
.tablepress-id-1 {
width: 75%;
margin: 0 auto 1em;
}.tablepress thead th,
.tablepress tbody td {
text-align: center;
vertical-align: middle;
}.tablepress tbody td img {
float: left;
}.tablepress-id-1 .column-1 {
width: 200px;
}What I want is for the table containing “Thank you to attorney…” and the attorney’s photo to be centered between the margins. The display is incorrect in all browsers. Thank you for any help!
- The topic ‘TablePress Centering Table on Page not Working’ is closed to new replies.