[Resolved] Photos are glued together

Home Forums Support [Resolved] Photos are glued together

Home Forums Support Photos are glued together

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1441254
    Mohammed

    In articles, the pictures are joined together, there is no space separating each picture from the other.

    https://ibb.co/wLK4GJt

    #1441287
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    img.aligncenter {
        margin-bottom: 1em;
    }
    #1441291
    Mohammed

    It’s great that it works, but why should I do it manually, why doesn’t the template do it by itself? It’s self-evident.

    #1441344
    David
    Staff
    Customer Support

    They should have margin applied to them.
    Your Cache plugin is messing with the CSS order – which means the margin is missing. That CSS fixes the issue

    #1441390
    Mohammed

    Great, done

    #1442043
    David
    Staff
    Customer Support

    You’re welcome

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