Hi
for my project I use JA Content Listing Module everywhere. I need - if it is possible - to move the title in the middle of the box (please see the pic). I use the item-02 for article style.
Thanks a lot for your answer
Luciano
Hi
for my project I use JA Content Listing Module everywhere. I need - if it is possible - to move the title in the middle of the box (please see the pic). I use the item-02 for article style.
Thanks a lot for your answer
Luciano
Hi Luciano,
You can try this custom css:
.item-style-2 .jacl-item__body {
padding-top: 32px;
}