Image alignment – center
-
Hi there,
I am having trouble aligning (centering vertically and horizontally) my images within each row and column. I’ve search through past posts and tried a number of CSS options you offered to other users, but none seem to work. I’ve left them all in just in case… is something overriding something by chance?
.tablepress-id-2 thead th,
.tablepress-id-2 tbody td {
text-align: center;
vertical-align: middle;
}.tablepress-id-2 img {
vertical-align: middle;
}.tablepress-id-2 img {
display: block;
margin: 0 auto;
}.tablepress-id-2 tbody td {
vertical-align: middle;
line-height: normal;
}Thanks,
RosaThe page I need help with: [log in to see the link]
- The topic ‘Image alignment – center’ is closed to new replies.