Table Width has mysteriously reduced
-
Hi,
Something weird has happened with a full width table becoming smaller. Don’t know why or how. Been through all plugin options and all seem ok and no different from others. The table in question is at https://www.top-rugby.com/winners/My plugin options are not apparently being applied as the narrower table makes the 200px columns narrower which forces unattractive word wrap:-
.tablepress-id-3 tr,
.tablepress-id-3 th,
.tablepress-id-3 td {
background-color: transparent !important;
}.tablepress-id-3 {
width: auto;
margin: 0 auto 1em;
text-align: center;
}.tablepress-id-3 .column-1 {
width: 75px;
text-align: centre;
}.tablepress-id-3 .column-2 {
width: 75px;
text-align: left;
}.tablepress-id-3 .column-3 {
width: 200px;
text-align: left;
}.tablepress-id-3 .column-4 {
width: 75px;
text-align: left;
}.tablepress-id-3 .column-5 {
width: 200px;
text-align: left;
}.tablepress-id-3 .column-6 {
width: 75px;
text-align: left;
}.tablepress-id-3 .column-7 {
width: 200px;
text-align: left;
}.tablepress-id-3 .column-8 {
width: 75px;
text-align: left;
}.tablepress-id-3 .column-9 {
width: 200px;
text-align: left;
}
Can anyone help?
- The topic ‘Table Width has mysteriously reduced’ is closed to new replies.