• Resolved sim0s

    (@sim0s)


    Hi

    Thanks for such a great plugin

    I am using the vantage theme and Max Mega Menu.
    In the menu I have a drop down-down on the link “talk to us”

    The page builder I have inserted a 3 row 2 column table into a cell that has a border

    You will see a larger gap at the bottom which I can only assume comes from the table as I have amended the margins and padding on the cell and cannot reduce it.

    Am I missing something please… I am fairly new to WP so be gentle hhahaha

    Cheers

    Simos(UK)

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To remove that space, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 {
    	margin: 0;
    }

    Regards,
    Tobias

    Thread Starter sim0s

    (@sim0s)

    Hi Tobias,

    many thanks for the quick reply and on a Saturday morning. Thank you again

    It seemed to make a little difference, I played with sizes to ensure was working inside Max Mega Menu. It does work a dream but..

    I even changed the cell margins in my page builder but there seems to just be a bit more on the bottom.
    It is a great plugin and support amazing so I will look and see if it is more to do with my theme.

    Many thanks and keep up the excellent work.

    Simos(UK)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    you could maybe also add

    .tablepress-id-1 tbody td {
      vertical-align: middle;
    }

    But I think that this just looks like there’s more space on the bottom because the text there is just one line, while it’s two lines in the top row.

    Regards,
    Tobias

    Thread Starter sim0s

    (@sim0s)

    Hi Tobias,

    I understand what you mean because on the bottom row you do not show a ‘boarder separator line (small grey line) so that is probably it.

    Thank you for your assistance and will continue to keep using it.

    Cheers

    Simos(UK)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem! Always happy to help!

    Best wishes,
    Tobias

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