Hello, would it be possible to align the two small logopics at the left to the bottom of the element so they are aligned at the bottom on the same line as the picture with the plant and the stones?
best regards, jeel147
Hey jeel147,
Thank you for the inquiry.
Have you tried applying a top margin to the image to move it lower in the cell? You can also apply a unique class name to the image (ex “klassiek-image”), then use this css code to align it to the bottom of the cell.
.klassiek-image {
position: absolute;
bottom: 0;
}
Best regards,
Ismael