Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1365164

    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

    #1365218

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.