[Support request] Forcing a Border Around a Table

Home Forums Support [Support request] Forcing a Border Around a Table

Home Forums Support Forcing a Border Around a Table

  • This topic has 5 replies, 3 voices, and was last updated 4 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1212230
    robmac

    Hi David, sorry to bug you, but one small follow-up to this issue please, for some reason my RED border on one of my two tables has a gap, at the BOTTOM, between it and the body of the table – the other table is fine. I’ve tried a couple of CSS fixes on the web, but no luck – any suggestions would be appreciated please? Thank you.

    #1212305
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can do this first so I can determine if it’s a theme issue or not?
    https://www.screencast.com/t/wgLhb3ftU

    Thanks ๐Ÿ™‚

    #1212598
    robmac

    Hi Leo,
    Thanks for your reply and I hope you and all at GP are well at this time.
    I have cleared and deactivated my site cache.
    Regards
    Robert

    #1212834
    David
    Staff
    Customer Support

    Hi there,

    if i understand correctly then you can add a border around the Table Row like so:

    .table_1292 .pricingTableContent tr {
        border: 1px solid #ccc9c9;
    }

    and remove the individual table cell borders like so:

    .table_1292 .pricingTableContent td {
        border-width: 0 !important;
    }
    #1213125
    robmac

    Sincere Thanks David, worked great ๐Ÿ™‚

    #1213219
    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.