[Plugin: WP-Table Reloaded] Added CSS to Extra CSS class but seeing no effect
-
Hi! First off the bat I would like to say THANKS! This plugin has saved me the drama of trying to make two columns on a page, I think, lol.
Using the latest twenty eleven theme and your plugin on a page.
Trying to have no borders, different font and columns equal width.
Have used the following code in the extra css class in the table styling options. With table id=2..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 .column-2 {width: 291px;} .wp-table-reloaded-id-2 .column-1 {width: 291px;} .wp-table-reloaded-id-2 td { font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif; font-size: 15px; color: #373737; }
Not sure where I am going wrong.
- The topic ‘[Plugin: WP-Table Reloaded] Added CSS to Extra CSS class but seeing no effect’ is closed to new replies.