How to show Table Grid in the Blog pages content

This topic has 2 replies, 2 voices, and was last updated 4 weeks, 1 days ago ago by Luca Rossi

  • Avatar: khurram virk
    khurram virk
    Participant
    March 19, 2025 at 17:51

    Dear Sir,

    good day to you!

    i hope you will be fine. we are adding tables in blogs but it is not displaying a grid or border. I need to add a proper table grid.

    Here is the blog link
    https://safeandsecureksa.com/the-top-features-to-look-for-when-buying-a-chain-block-in-saudi-arabia/

    Here is the screenshot
    https://snipboard.io/YGSedr.jpg

    Could you please guide me on how to do it.
    Looking forward to your support.

    Thank you

    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    March 20, 2025 at 07:49

    Hi @khurram virk,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    figure.wp-block-table table {
        border: 1px solid #e1e1e1;
    }
    
    figure.wp-block-table table td,
    figure.wp-block-table table th{
        padding: 15px;
        text-align: left;
    }
    
    figure.wp-block-table table td:first-child,
    figure.wp-block-table table th:first-child {
        border-right: 1px solid #e1e1e1;
    }
    
    figure.wp-block-table table tr {
        border-bottom: 1px solid #e1e1e1;
    }
    

    https://prnt.sc/L6xPS40hGzqZ

    Kind regards,
    The 8Theme Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.