Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to make the content responsive in Interactive image card module: Lily Effect?

To display the image content perfectly in the Interactive Image Card module while using the Lily effect, add the following CSS in the Divi Theme Options.

.dipl_interactive_image_card_wrapper_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
}
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.