[Resolved] remove space below image

Home Forums Support [Resolved] remove space below image

Home Forums Support remove space below image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1480378
    Davide

    Hi, I’ve a request which might be a bit odd (I’m missing out something for sure – end of the week etc).

    Is there an “elegant” way, beside “margin-bottom:-6px;”, to remove the space below an image?

    Or, better, how can I have two or more images on top of each other without space? (see “private information” field for an example).

    thank you!

    #1480823
    Leo
    Staff
    Customer Support

    Hi there,

    If you can give the <div> with the image a custom class like no-line-height, then you can this CSS to remove the space:

    .no-line-height {
        line-height: 0;
    }

    https://www.screencast.com/t/kDh3SVAk

    #1480948
    Davide

    Interesting! Thank you Leo!
    have a nice weekend

    #1480954
    Leo
    Staff
    Customer Support

    No problem 🙂

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