Hi there,
I want to use the addon article in SP Page Builder. Actually it works, but I did not find, how to change the bottom distance between the intro images and the title of the Joomla articles. By default there is no distance.
I have tried both:
- Define own css-class in custom.css like this and assign it in Joomla article:
.blogbild {
margin: 0 0 15px 0;
}
- use the SP-Page Builder class article-intro-image like this:
.article-intro-image {
margin: 0 0 15px 0;
}
But both ways did not work.
My question now: How can I chance the distance between image and text?