[Resolved] Core table block footer not correctly aligned at frontend

Home Forums Support [Resolved] Core table block footer not correctly aligned at frontend

Home Forums Support Core table block footer not correctly aligned at frontend

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1480076
    HD

    Hello!

    I’ve created a table using core table element. The table’s footer has the correct alignment and text size at backend but is left aligned and sized as the default body text at frontend. What could be the issue?

    Preview: https://imgur.com/a/Ip2Ee8j

    Thanks!

    #1480767
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    GP itself does add front-end CSS for the core tablet captions.

    This should help:

    .wp-block-table figcaption {
        text-align: center;
        font-size: 12px;
    }

    Let us know ๐Ÿ™‚

    #1481517
    HD

    Thank you!

    #1482282
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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