Column width doesn’t correspond CSS after the last update
-
Before the last update of TablePress, everything was ok. After that, I have the problem that my standard CSS (written in pluign options menu) seems to be ignored.
It includes:
.tablepress-id-2 .column-1 {
max-width: 100px !important;
text-align: left;
}Also there’s some code for opacity of images when you hovering a cursor:
.tablepress-id-2 img {
border-radius: 5px;
opacity: 1;
}.tablepress-id-2 img:hover {
opacity: .8;
}Nothing of this code works now, the first column became too wide (above 300px on my desktop), images ignore opacity code.
How can I solve this problem?
- This topic was modified 1 year, 5 months ago by .
- This topic was modified 1 year, 5 months ago by .
- This topic was modified 1 year, 5 months ago by .
The page I need help with: [log in to see the link]
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Column width doesn’t correspond CSS after the last update’ is closed to new replies.