Fixed Header
-
Hello!
First, thank you SO much for this plug in! I have tried nearly everything I can think of for the past 3 plus hours trying to figure this out myself but I am at a loss as to what could be going wrong so I am coming to the master for help ??
I am trying to use the fixed header but it is not working for me. So far I have:
Made sure plugin was activated
Made sure DataTables was checked
Unchecked horizontal scrolling
Checked for a CSS issue in Tablepress
Added line-height: normal; to CSS
Deactivated all plugins except for the ones needed to make it work
Moved tables to be stacked rather than side by sideHere is the link to the page I am using:
https://highelevation.biz/group1/hannarubbercompany/clamps/band-clamps/smooth-id-band-clamps/
Here is the custom CSS I am using as well
.tablepress thead th,
.tablepress tfoot th {
text-align: center;
vertical-align: text-top;
background-color: #bd9800;
line-height: normal;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #cacaca;
}.tablepress tbody td {
color: #000;
}.tablepress .row-hover tr:hover td {
background-color: #424242;
color: #c7c7c7;
}.tablepress .row-hover tr:hover td a {
color: #c7c7c7;
}.tablepress td a {
color: black;
}.tablepress tr:hover {
cursor: pointer;
}body {
color: black;
}
- The topic ‘Fixed Header’ is closed to new replies.