[Plugin: WP-Table Reloaded] Can't resize column widths
-
Hi,
I’m trying to use custom widths for the columns in a simple table on this page: https://fujikabasta.com/races-2/
Here is the Custom CSS code I’ve added in Plugin Options:
.wp-table-reloaded-id-2, .wp-table-reloaded-id-2 td, .wp-table-reloaded-id-2 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}.wp-table-reloaded-id-2 td {
font-family: Arial;
font-size: 18px;
color: #645B46;
}.wp-table-reloaded-id-2 th {
font-size: 24px!important;
color: #645B46!important;
}.wp-table-reloaded-id-2 .row-hover tr:hover td {
background-color: #FF9F13!important;
}.wp-table-reloaded-id-2 .column-4 {
width: 300px;
}I actually don’t want column 4 to be 300px necessarily– I need to play with each column to see what will work best– but I entered this as an attempt to change the column width and nothing changed.
Using the Twenty Ten theme.
Thoughts?!
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] Can't resize column widths’ is closed to new replies.