All my table widths are not showing properly
-
.tablepress-id-2 .row-1 td {
background-color: #ff0000;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #ff0000;
}.tablepress .odd td {
background-color: #ffffff;
}.tablepress .even td {
background-color: #f1ebd9;
}.tablepress-id-2 tbody td {
font-family: Verdana;
font-size: 12px;
color: #050505;
}.tablepress-id-2 {
width: auto;
margin: 0 auto 1em;
}
Today I logged into my website only to see our Members Table is broken. As you will see the headshots of our members are over to the far left and their description now is way over to the right. Can this be because of all the new WP updates? I have done nothing to make any changes in the code which I copied below. I hate the new WP it has messed up many of my websites.I have been using your plug-in for years now and can’t live without it. Can you help or give me a code so I can copy and paste it back into the plugin to correct this new issue?
I have tried viewing this page in three different browsers and get the same results.
.tablepress-id-2 .column-1 {
width: 100px;
}.tablepress thead th,
.tablepress tfoot th {
color: #ffffff;
}.tablepress-id-2 thead {
display: none;
}The page I need help with: [log in to see the link]
- The topic ‘All my table widths are not showing properly’ is closed to new replies.