Site logo

Archived topic

Forcing a Border Around a Table

5 replies · Started by robmac on March 27, 2020

Viewing posts 1–6 of 6

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.

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

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;
}

Sincere Thanks David, worked great :)

You're welcome

This archived topic is closed to new replies.