• Resolved markalgie

    (@markalgie)


    Hi.

    I looked through the forum and found some threads with similar issues, tried the fixes but no success.

    As you will see on the page when the page is scrolled the table header is fixed but it increases the size of the last column compressing the rest of the columns and causing an alignment issue.

    I can also only get the fixed header and search to show on 1 table on the site. I have copied and pasted the shortcode from the working page but no success either.

    TIA.

    Mark

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I see what you mean, and I have seen this before, but unfortunately, we were not yet able to find a clear cause for this ??
    I’m hoping that an update to the FixedHeader JS code which I’ll integrate into the Extension within the next few weeks will help. Until then, I can only ask for patience. Sorry for not having a better answer here.

    Regards,
    Tobias

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi again,

    actually, I just remembered something.

    Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress.fixedHeader-floating,
    .tablepress.fixedHeader-locked {
      table-layout: auto !important;
    }

    If we are lucky, this fixed things a bit. It could then be sufficient to remove the vertical borders as a very slight shift that could be remaining might then not be directly visible.

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed Header size issues’ is closed to new replies.