Table width, left align, no border except top row
-
Hello, I’m a new user of TablePress. My table is on this page:
http://raincoastresearch.org/sandbox/wild-salmon-science/salmon-farms/what-went-wrong/
The theme is called Advertica.In Plugin Options, I have these commands that are not carrying through. Do you have any suggestions, please? And for the borders, I would like a bottom border on row 1 only, but I don’t know how to code that. Thank you!
.tablepress-id-2 .column-1 {
width: 600px;
}.tablepress-id-2 .row-1 .column-1 {
background-color: #ffffff;
}.tablepress-id-2 .row-2 .column-1 {
background-color: #ffffff;
}.tablepress-id-2,
.tablepress-id-2 tr,
.tablepress-id-2 tbody td,
.tablepress-id-2 thead th,
.tablepress-id-2 tfoot th {
border: none;
}.tablepress-id-2 .column-1 {
text-align: left;
}
The topic ‘Table width, left align, no border except top row’ is closed to new replies.