Width is not changing even with custom css
-
Hi,
I’m trying to reduce the width of the first and 4th column to 100px
here is my code for the 4th column.tablepress-id-mcb .column-4 {
width: 90px !important;
word-break: break-all;
white-space: nowrap;
}
the Inspection tool in chrome shows that “th” has the inline css code :
style=”width: 377px;”
but i don’t know where this css came from , and when i chnage it manually in the inscpetor to 100px everything is fine ! , how to fix this pleaseThe page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Width is not changing even with custom css’ is closed to new replies.