Certain borders thicker than others
-
Hi Tobias,
Some of the borders in my table are thicker than others. Attached is my custom CSS code and an image. Can you let me know what I’m doing wrong?
.tablepress thead th, .tablepress tfoot th { background-color: #000000; color: #ffffff; } .tablepress .odd td { background-color: #ffffff; color: #000000; } .tablepress .even td { background-color: #F2F2F2; color: #000000; } .tablepress tbody td { border: solid 1px; border-color: #000000; } .tablepress thead th { border: 1px solid #000000; }
Image: https://ibb.co/GFXXRrX
Thanks!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Certain borders thicker than others’ is closed to new replies.