Hi,
thanks for your post, and sorry for the trouble.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Tobias,
Thanks for the quick reply.
Try url: http://dev03.altchinese.com/
I may make some changes, but in general, I think my syntax for the right side of the table may be off:
– the table header is fine (but that is a single row)
– not sure if there is a special css reference to ALL rows in the table body…?
Regards!
Hi,
thanks for the link!
Now, from what I understand, you just want a border around the table. Why don’t you just use
.tablepress {
border: 1px solid #9476c9;
}
then? That should be the shortest version.
Regards,
Tobias
Nope.
I’m using Visual Composer and I thought there might be a conflict with tablepress and columns or custom boxes, so I put it in a single row…still no right border…:>(
with
.tablepress {
border: 1px solid #9476c9 !Important;
}
I get the top, left, bottom borders. But not the right.
a) Do you know of any conflict with Visual Composer?
b) Do you know of any explicit CSS for the right side of the table, including header and data rows?
Thanks!
And…with the single border command, the bottom border does not display.
I’m pullin my hair out…
FWIW, here’s what finally worked:
for desktops:
border-top: 1px solid #b3b3b3 !Important;
border-bottom: 1px solid #b3b3b3 !Important;
border-left: 1px solid #b3b3b3 !Important;
border-right: 2px solid #b3b3b3 !Important;
for mobile:
border-top: 1px solid #b3b3b3 !Important;
border-bottom: 4px solid #b3b3b3 !Important;
border-left: 1px solid #b3b3b3 !Important;
border-right: 2px solid #b3b3b3 !Important;
Not sure what the problem is…
Hi,
that’s indeed a bit strange… Your theme’s CSS code be interfering, I guess.
Good to hear that you were able to make it work 🙂
Best wishes,
Tobias