Site logo

Archived topic

Core table block footer not correctly aligned at frontend

3 replies · Started by Hardik on October 9, 2020

Viewing posts 1–4 of 4

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!

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 :)

Thank you!

No problem :)

This archived topic is closed to new replies.