Site logo

[Resolved] Borders not showing properly in Stripes Style Table

Home Forums Support [Resolved] Borders not showing properly in Stripes Style Table

Home Forums Support Borders not showing properly in Stripes Style Table

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2172155
    Pintu

    Hi, while creating a table in stripes style the borders are not showing properly. While creating the post, in the editor the table shows correctly however, after published borders don’t appear. Please tell me a fix. Below I’ve added the images of the table shown in the editor and after published.

    In editor (I want to have this in my post) –

    After published (See how the borders disappeared)-

    Also, please tell me how to align the bottom border –

    #2172176
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to a page where i can see this ?

    #2172243
    Pintu

    I’ve shared my site link. Please check.

    #2172263
    David
    Staff
    Customer Support

    Try adding this CSS:

    .wp-block-table.is-style-stripes td, 
    .wp-block-table.is-style-stripes th {
        border: 1px solid rgba(0,0,0,.1);
    }
    .wp-block-table.is-style-stripes {
        border-bottom: unset;
    }
    #2172268
    Pintu

    Thanks 🙂

    #2172278
    David
    Staff
    Customer Support

    You’re welcome

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