2 column width
-
trying to have 2 evenly spaced columns on this page <https://clt.manoa.hawaii.edu/clt-projects/>. I’ve added the following custom css, input various width settings but nothing has changed?
.tablepress-id-31 .column-1,
.tablepress-id-31 .column-2 {
width: 30%;
}.tablepress-id-1 .column-1 {
text-align: center;
vertical-align: middle;
}.tablepress-id-1 .column-2 {
text-align: center;
vertical-align: middle;
}.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘2 column width’ is closed to new replies.