• Resolved nesanne

    (@nesanne)


    Hello!

    I tried searching the forums and found a few that were helpful but I could not replicate the resolution. The header on my tables (that use horizontal scrolling, sorting and search function) do not line up with the rows underneath. I found in one forum to uncheck “Use Data Tables” and then download an extension to get horizontal scrolling back but I can’t find that box. Perhaps the layout has changed since the forum is a couple years old? I am hoping you can help with this issue again 🙂

    Thanks so much!

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This seems to be cause by a problem where the table width can not be calculated. To hopefully fix this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
      width: 100% !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table header not aligned rows underneath’ is closed to new replies.