Width Control
-
Am using the following tablepress css:
.tablepress-id-4,
.tablepress-id-4 tr,
.tablepress-id-4 tbody td,
.tablepress-id-4 thead th,
.tablepress-id-4 tfoot th {
width: 300px;
}.tablepress-id-4 .column-1 {
font-weight: bold;
column-width: 33%;
text-align: center;
width: 100px;
}.tablepress-id-4 .column-2 {
font-weight: bold;
column-width: 33%;
text-align: center;
width: 100px;
}.tablepress-id-4 .column-3 {
font-weight: bold;
column-width: 33%;
text-align: center;
width: 100px;
}The preview in Tablepress shows the table as desired, however, the actual table spreads across the full space of the column in wordpress – the 300px does not work – as seen on this page – https://www.phem.com/investment-casting-tolerances-and-materials/
- The topic ‘Width Control’ is closed to new replies.