CSS not appearing to work
-
I have two tables on the above page both very similar. The heading rows are text links and the tbody rows are image links. They are table ids 3 and 4 and teh following css has been applied
.tablepress-id-3 thead th {
text-align: center;
}.tablepress-id-3 tbody td {
text-align: center;
align-content: center;
}.tablepress-id-4 thead th {
text-align: center;
}.tablepress-id-4 tbody td {
text-align: center;
align-content: center;
}The align-content doesn’t appear to center my iamges – is there any equivalent to align the images?
Many Thanks
The page I need help with: [log in to see the link]
The topic ‘CSS not appearing to work’ is closed to new replies.