Cannot change tablepress table width
-
I am very frustrated in my attempt to change the table width of my table. I have searched the forum, and have put the following changes in my custom css:
.tablepress th,
.tablepress td {
width: auto;
}.tablepress-id-1 {
width: 50%;
margin: 0 auto 1em;
}However, they seem to have no effect. I’m able to change font attributes, but cannot do anything with the table, or column widths. I suspect the theme is getting in the way so I’ve also put the same code in the custom css file for the theme also without effect.
The offending page is: http://okyorkrite.org/?page_id=274
The topic ‘Cannot change tablepress table width’ is closed to new replies.