Archived topic
Photos are glued together
5 replies · Started by Mohammed on September 13, 2020
Viewing posts 1–6 of 6
In articles, the pictures are joined together, there is no space separating each picture from the other.
Hi there,
try adding this CSS:
img.aligncenter {
margin-bottom: 1em;
}
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.
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
Great, done
You're welcome
This archived topic is closed to new replies.