Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

To make title center and remove extra white space in effect oscar

To make the title center and remove extra white space please add the following CSS in Divi Theme Options

.effect-oscar .dipl_interactive_image_card_wrapper_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dipl_interactive_image_card_wrapper figure.effect-oscar {
    margin: 0 !important;
}

figure.effect-oscar .dipl_interactive_image_card_title {
    margin-top: 0 !important;
}
Table of Contents