[Support request] Striped Table Generating Boarder around Empty Caption

Home Forums Support [Support request] Striped Table Generating Boarder around Empty Caption

Home Forums Support Striped Table Generating Boarder around Empty Caption

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1530407
    Christopher

    When I add a striped table, a boarder isn’t generated all the way around, and more annoying a boarder is generated around the caption. I don’t even have a caption entered, so it looks like there is a new row there, as a boarder is generated around an empty caption. Any idea why this is happening?

    #1530410
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1530412
    Christopher

    That should be it included in the private section. See the grey and white table at the end.

    #1530491
    Leo
    Staff
    Customer Support

    The link you’ve provided includes wp-admin so will require a username and password to view.

    Can you provide the direct URL to the page?

    #1530626
    Christopher

    Sorry, here you go.

    #1530885
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-block-table.is-style-stripes {
        border: none;
    }
    .wp-block-table.is-style-stripes table {
        border: 1px solid rgba(0,0,0,.1);
    }
    #1531249
    Christopher

    Thanks so much, that worked!

    #1531252
    David
    Staff
    Customer Support

    Glad to be of help

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