How to remove gap at top of table?
-
Hi,
First off, fantastic plugin.
You can see the gap I am talking about in this screenshot.
I am adding the shortcode to an elementor widget. This not on the elementor side because there is no gap if I add text (or a table using their widget). E.g.
This is my custom CSS on the “Plugin Options” page:
.tablepress {
border-collapse: collapse;
border: 2px solid #1063ab;
}
.tablepress tbody td {
vertical-align: middle;
text-align: center;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #1063ab;
color: #ffffff;
border-bottom: none;
vertical-align: middle;
text-align: center;
}
.tablepress .odd td {
background-color: #ebf3fa;
color: #9e9e9e;
}
.tablepress .even td {
background-color: #ffffff;
color: #9e9e9e;
}I’m not sure what is adding the gap, or how I can remove it. So any useful suggestions are appreciated. Thanks in Advance.
The page I need help with: [log in to see the link]
- The topic ‘How to remove gap at top of table?’ is closed to new replies.