• Resolved tiger2deuce

    (@tiger2deuce)


    Hi Tobias,

    I am using the DataTables FixedHeader on a table and it stays at the top of the screen but when I scroll down, it’s almost like the header row columns expand so the headers are no longer lined up with the data. Could you check it out and let me know if there is a fix or if I’ve done something wrong? The page is https://www.d2softball.com/all-teams.

    Thanks,
    Kris

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This seems to be related to the padding in the cells. Please change the “Custom CSS” block

    #content .tablepress th,
    #content .tablepress td {
    	padding: 1px;
    }

    to

    .tablepress th,
    .tablepress td {
    	padding: 1px !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘DataTables FixedHeader’ is closed to new replies.