• Resolved tgrell

    (@tgrell)


    I am having an issue with a table not appearing the same in Internet Explorer as it does in Google Chrome. In Chrome it spans the full width of the theme, but in IE it shrinks to probably 2/3 of the width. Can any CSS be added to resolve this issue or is this an issue with our theme?

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    One possible cause could be that the table is shown in a collapsable section of the page. This might throw off the width calculation. To maybe override that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-5 {
      width: 100% !important;
    }

    Regards,
    Tobias

    Thread Starter tgrell

    (@tgrell)

    That worked, perfect! Thank you very much!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Table Width in Internet Explorer’ is closed to new replies.