I really don't undestand
-
Hi Tobias,
Since i’ve WP 4.0, some of my table in TablePress are really weird.
You’ve helped me a lot in the past, everything worked fine, but now, i don’t understand what happened.Please take a look here :
https://cjoint.com/?DIkn6KtHQvg?It’s an example of a “good” table
Now, please take a look at :
https://cjoint.com/?DIkn7hZpkNg
https://cjoint.com/?DIkn7BqizZeFirst link is another table with the “clock” mixed in another cell.
Second link is how it looks like in Safari… (my other browser is Firefox)Here’s my css :
.tablepress,
.tablepress {
width: 90%;
}.tablepress tr,
.tablepress tbody td {
font-family: Arial;
}.tablepress thead th,
.tablepress tfoot th {
border: none;
padding: 0;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #000000 !important;
font-size: 12px !important;
font-style: bold !important;
color: #FFFFFF !important;
line-height: 100%;
}.tablepress .odd td {
background-color: #808080;
}.tablepress .even td {
background-color: #C0C0C0;
}.tablepress tbody td {
font-family: Arial !important;
font-size: 12px;
color: #000000;
line-height: 100%;
border: none;
padding: 0;
}.tablepress .column-1 {
width: 3%;
text-align: center;
}.tablepress .column-2 {
width: 7%;
text-align: center;
}.tablepress .column-3 {
width: 13%;
text-align: center;
}.tablepress .column-4 {
width: 18%;
text-align: left;
font-weight: bold;
}.tablepress .column-5 {
width: 11%;
text-align: center;
font-weight: bold;
}.tablepress .column-6 {
width: 18%;
text-align: right;
font-weight: bold;
}.tablepress .column-7 {
width: 5%;
text-align: center;
}.tablepress .column-8 {
width: 5%;
text-align: center;
}.tablepress .column-9 {
width: 16%;
text-align: center;
}.tablepress .column-10 {
width: 5%;
text-align: center;
}Is there a problem between WP4.0 and tablepress ?
- The topic ‘I really don't undestand’ is closed to new replies.