TableWidth
-
I also have a problem with the tablewidth.
From what I know my Theme DIVI 2.3.2 spans all tables at 100%.I tried most of the CSS which I find here, but this table is rock solid ??
From within the Firebug Inspector and the in the Box-Model (lila frame) I can see, that there is a big padding parameter (padding-left: 24px, padding-right: 24px) n every cell.So I tried:
.tablepress-id-12 {
width: auto !important;
padding: 0 !important;
padding-right: 2px !important;
padding-left: 2px !important;
}But this table is rock solid … :-/
Of course I can address this table, e.g. to make all rows bold:
/* .tablepress-id-12 – Rangliste Junorinnen – make all bold */
.tablepress-id-12 .row-1 td,
.tablepress-id-12 .row-2 td,
.tablepress-id-12 .row-3 td,
.tablepress-id-12 .row-4 td,
.tablepress-id-12 .row-5 td,
.tablepress-id-12 .row-6 td {
font-weight: bold;
}I can send you an URL, but only using PM.
Can you please advice?
Thanks!
- The topic ‘TableWidth’ is closed to new replies.