Image not align
-
Hi.
The image with the PDF logo in the fourth column of my table (site: https://canzonieresmjosefa.altervista.org/) do not vertical align in the cell.
I tried with the following code html:<a href="" rel="noopener noreferrer" target="_blank"> <img src="https://canzonieresmjosefa.altervista.org/wp-content/uploads/2019/09/pdf.png" alt="" width="30" height="39" /></a>
and the fllowing css
.tablepress img {
vertical-align: middle;
}.tablepress .column-4 {
text-align: center;
vertical-align: middle;
}but the image remain align to left.
Please help me.
Thanks.The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image not align’ is closed to new replies.