table border not on bottom

  • HARDCORE_GAMES

    #51828

    I posted a table on this article and the CSS for the border misses the bottom, not sure of this is the theme or if its the updated WP

    Admin

    Syahir Hakim

    #51829

    That looks like a styling issue between the output by WordPress and the stylesheet included in the Gutenberg plugin that is used on the site.

    Try adding the following code to Custom CSS:

    .table-box {
    	border-color: black !important;
    }
    

    HARDCORE_GAMES

    #51830

    Thanks that seems to have solved the issue.

    It is definitely tricky with all of the changes in Gutenberg.

    I go back to the old days when WP editing was HTML and I could use style=”” as needed. I have to use Custom HTML for some sophisticated tables.

    has a custom table that cannot be render with Gutenberg at all.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.