Hi,
thanks for your post, and sorry for the trouble.
The cause for this is your theme, which sets a general line height of 24px (equaling to lines of text) on all content on a page. To change this for the tables, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress {
line-height: normal;
}
and make sure to flush/empty the cache of your CSS minification/caching plugin.
Regards,
Tobias
Thanks, Tobias. I will give a try and let you know.
Hi,
sounds good! Please let me know if it doesn’t work!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Hi Tobias-
I have a new small issue at https://pembrokeinstruments.com/ccd-camera/
Two things:
1) Can I center vertically to descriptive text in body of the table
2) Can I make the text bold?
Thanks, hope all is well with you
Regards,
-Leslie
Hi,
yes, that’s possible with CSS code. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-id-20 .column-3 {
vertical-align: middle;
font-weight: bold;
}
Regards,
Tobias
Hi Tobias-
Thanks, this helped a lot; see https://pembrokeinstruments.com/ccd-camera/
The body text is still not centered exactly. Maybe this has to do with the adjacent image? I don’t want to make the image any smaller so I can live with this unless you have a solution.
One other thing: is it possible to add more of a grid border similar to what I could do in Excel?
Thanks so much.
I would like to donate again. How can I do that.
-Leslie
Hi,
it looks like something else is overriding the styling again.
Can you please try
vertical-align: middle !important;
in the CSS? That should raise the priority again.
(To be sure, please then also clear the cache of the CSS minification plugin that you are using.)
And thanks for wanting to donate again. Please see https://tablepress.org/donate/ for that.
Regards,
Tobias