Archived topic
Space Between Rows in Table
3 replies · Started by Tobias on June 1, 2021
Viewing posts 1–4 of 4
Hi,
I would like to lower the space between the different rows in a table.
How do I do that?
Thanks in advance.
Hi there,
Try this CSS:
.wp-block-table td {
padding: 4px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Works perfect - thanks!
No problem :)
This archived topic is closed to new replies.