[Resolved] How to reduce font size of content within tables

Home Forums Support [Resolved] How to reduce font size of content within tables

Home Forums Support How to reduce font size of content within tables

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1312957
    Data

    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?

    #1312995
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1313022
    Data

    updated

    #1313031
    Leo
    Staff
    Customer Support

    Try this CSS:

    .wp-block-table {
        font-size: 12px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.