• Resolved bwolfe07

    (@bwolfe07)


    Hello!

    I have been uploading .xls files for some time but never ran into this issue before.

    On this page: https://sportsgeekfantasy.com/nfl-2016/ click on a username and it drops down to weeks 1-15 along with wild card, divisional, conference, and super bowl.

    If you notice there is spacing between weeks 1-15 and not between the others near then end. I would like it to have single spacing all the way down, however I cannot locate and extra code within the excel spreadsheet that I use to upload into TablePress.

    Any thoughts?

    Thank you!

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This seems to be caused by the collapseomatic feature that you are using inside the table cells for weeks 1-15.
    That is adding an extra <p> HTML tag for some reason, which causes this extra space.

    To work around this, we can instruct the browser to hide that element using some CSS, whenever it is inside a TablePress table. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .collapseomatic + p {
    	display: none;
    }

    Regards,
    Tobias

    Thread Starter bwolfe07

    (@bwolfe07)

    Boom! your the man!

    Thread Starter bwolfe07

    (@bwolfe07)

    Actually – it is sometimes displaying correctly and other times its not. Also on iphone safari its not displaying the correct way…

    Is there a way to make this override anything else?

    Thank you!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    It seems that the minified CSS files could not be refreshed.
    Please log in to your site via FTP and delete the three TablePress CSS files from the /wp-content/ folder on your site (tablepress-custom.css, tablepress-custom.min.css, and tablepress-combined.min.css).
    Then, please save the “Custom CSS” again so that these files are re-created.

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘extra space in tables’ is closed to new replies.