Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #258720
    tiredgit
    Participant

    I am using Catch Box theme and using block (Gutenberg?) tables created on the latest WordPress. The margins above and below text within cells are too large. Other themes seem to have smaller margins, so I presume that the margin settings are determined by the theme rather than by WordPress’s block system.

    What part of Catch Box’s CSS holds the margin settings? (I am familiar with CSS coding but cannot find them.)

    Thanks
    David

    (davidparton.co.uk)

    #258780
    Skandha
    Participant

    @tiredgit: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-block-table td {
        padding: 5px;
    }

    You can change the padding according to your choice.
    Let me know if this resolves your issue.
    Kind Regards,
    Skandha

    #258829
    tiredgit
    Participant

    Thanks Skandha. Fixed what I wanted. 4px did the trick

    David

    #258830
    Skandha
    Participant

    @tiredgit: Hello David, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Margins within table cells’ is closed to new replies.