Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter skylarker1

    (@skylarker1)

    whoops, I mean: launchpurveyor[dot]com/episodes

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not exactly sure what’s causing this, but something in your theme seems to be changing the floating CSS.

    Can you please try adding this to the “Custom CSS” as a workaround?:

    .dataTables_wrapper {
      float: left;
    }

    Regards,
    Tobias

    Thread Starter skylarker1

    (@skylarker1)

    Hi Tobias, thanks for your reply. Unfortunately, that code didn’t work. Do you have any other ideas? Thanks…

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok, seems like we need to set the clear attribute as well:

    .dataTables_wrapper {
      float: left;
      clear: none;
    }

    Regards,
    Tobias

    Thread Starter skylarker1

    (@skylarker1)

    That worked! Thanks so much Tobias – I love your plugin!

    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!

    Thread Starter skylarker1

    (@skylarker1)

    Hi Tobias, I’m having a problem with the code you provided me awhile ago:

    .dataTables_wrapper {
      float: left;
      clear: none;
    }

    While the positioning of the table is fine, none of the data in the cells is hoverable and clickable.

    To see what I mean, please see: launchpurveyor[dot]com/episodes

    Thanks for your help…

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the same that happened to the table is now happening to a form element below the table. This indicates that something is not totally correct with your theme, from what I can see.

    A quick fix could be to add this to the “Custom CSS”:

    #optinforms-form4-container {
      clear: both;
    }

    Regards,
    Tobias

    Thread Starter skylarker1

    (@skylarker1)

    Great help, thanks Tobias!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Large Blank Space Before Table’ is closed to new replies.