Cannot change column width, row height, or padding
-
Have tried all of the solutions that were suggested in the FAQ, Documentation and the Community Forum.
I want the changes to take effect for all of the tables I’ll be placing in my website, but this link is an example of what I’m trying to alter:
https://nearsightedstudios.com/grrc/?page_id=540.tablepress .column-1 {
width: 25px;
}
.tablepress .column-2 {
width: 150px;
}
.tablepress .column-3 {
width: 50px;
}
.tablepress .column-4 {
width: 50px;
}
.tablepress .column-5 {
width: 25px;
}
.tablepress .column-6 {
width: 150px;
}
.tablepress .column-7 {
width: 50px;
}Could you tell me what I’m doing improperly? Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cannot change column width, row height, or padding’ is closed to new replies.