• Resolved pugman76

    (@pugman76)


    For some reason, the last row has a space at the very bottom as you will see in the link provided. The table “Preview” shows it just fine, but this is how it comes out when I use it in my wordpress post. Also, to the right of the table is a little scroll bar (with no bar in it). How do I get rid of that?

    Otherwise, awesome plugin!

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

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

    (@pugman76)

    Please note that I fixed most of it with CSS, though if you look at the bottom of the table, there is an unsightly blank space that I can’t seem to get rid of. Any help would be appreciated. Thanks!

    Plugin Author Ian Sadovy

    (@iansadovy)

    Hello @pugman76,

    Thank you for the request.
    Please try to add following CSS to get rid of the empty space at the bottom:

    .entry-content table.jsgrid-table {
        margin: 0;
    }

    As for the scrollbar, I will take a look how to fix it in the next versions.

    Please let me know if the above CSS works.

    Regards,
    Ian

    Thread Starter pugman76

    (@pugman76)

    Hey it worked! Looks so much nicer now! Thank you so much for your quick reply/fix! Just for informational purposes for you and others having the same issue, here is the CSS (including what you just gave me) that formatted the tables to perfection for my site:

    /* Format advertising banner on posts page */
    .mh-widget, .mh-footer-widget { margin-top: 15px; }

    /* Format tables better */
    .jsgrid-grid-header { height: 40px !important; }

    .entry-content table.jsgrid-table {
    margin: 0;
    }

    .jsgrid-grid-body { overflow-x: hidden; overflow-y: hidden; }

    .jsgrid-grid-header { overflow-x: hidden; overflow-y: hidden; }

    Plugin Author Ian Sadovy

    (@iansadovy)

    Hi, glad to hear it works!
    Thanks for the feedback.

    @pugman76 – thank you so much for the CSS to hide the scroll bars! ?? That is the reason I came here to the support forum ??

    Cheers!
    Lyle

    @iansadovy – fantastic plugin! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Formatting at bottom of table off’ is closed to new replies.