Responsive column drops a few pixels
-
I’ve gotten this issue on every site I’ve tried using the responsive table extension with… when the table switches to the responsive version, the columns don’t line up anymore.
I typically fix it by adding a fixed-height to the css, such as:
.tablepress th, .tablepress td { height: 90px; }
… but in this case, the third column (well, tr.row-4) and the rest beyond it seem to bump itself down a few pixels, and I can’t see why.
I’ve tried disabling all plugins, with no luck. Thoughts?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Responsive column drops a few pixels’ is closed to new replies.