Archived topic
Forcing a Border Around a Table
5 replies · Started by robmac on March 27, 2020
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 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 :)
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