Archived topic
How to reduce font size of content within tables
3 replies · Started by Data on June 3, 2020
Viewing posts 1–4 of 4
I have created tables through "add block" and fill values in the tables. But it is looking bigger. How can we make the font small in these tables?
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
updated
Try this CSS:
.wp-block-table {
font-size: 12px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.