How do I add space or a margin below the caption. The article is too close.
Hi
You can try this custom CSS:
.item-page .article-content { margin-top: 30px; }
It works!
Thank you.