Indent left aligned table
-
I would like to indent my table 30px and nothing I tried worked. The page is https://www.providencecatholic.org/harvestdrive/#raffle
Here is the custom css I added.
Thanks for your help.
.tablepress-id-16 {
width: auto !important;
margin: 0 1em;
}.tablepress-id-16 .column-1,
.tablepress-id-16 .column-2 {
width: 150px;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #00653b;
font-family: Tahoma;
font-size: 14px;
color: #ffffff;
}.tablepress .odd td {
background-color: #c4df9b;
}.tablepress .even td {
background-color: #ffffff;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Indent left aligned table’ is closed to new replies.