• Resolved Hamish

    (@brightonbeau)


    Hi Tobias,
    When I view the page the table is split in two with a vertical gap between the two parts. This is a screenshot of it.
    https://www.dropbox.com/s/n3saq2t1hvnt2ja/Screenshot%202014-10-07%2009.09.02.png?dl=0
    I’ve tried adjusting the column width individually but that is a real hit-and-miss process. What am I overlooking?
    Thanks,
    Hamish

    https://wordpress.org/plugins/tablepress/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Hamish

    (@brightonbeau)

    I just saw this and entered it in the TablePress Plug In CSS-box and that hasn’t made any difference.

    .tablepress [class*=”column”] + [class*=”column”]:last-child {
    float: none;
    }

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this is likely related to something (probably the theme) adding floating to table cells (but not just the last column).
    To fix this, please try this “Custom CSS”:

    .tablepress th,
    .tablepress td {
      float: none;
    }

    Regards,
    Tobias

    Thread Starter Hamish

    (@brightonbeau)

    Great! That’s got rid of the gap. But the columns on the right are now much narrower than on the left although I have entered CSS commands to make them all 150px.
    https://www.dropbox.com/s/yosadwzyui9n0pe/Screenshot%202014-10-07%2010.23.53.png?dl=0
    Thanks,
    Hamish

    Thread Starter Hamish

    (@brightonbeau)

    Forget that Tobias. I only did the first 5 columns. My mistake. Sorry!
    Thank alot,
    Hamish

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘Vertical Gap’ is closed to new replies.