Search Divi Plus Documentation

Search for answers or browse our knowledge base.
Explore Divi Plus's Live Demo

All Topics
Print

How to align icon left to question in DP FAQPage Schema module.

icon-to-the-right-in-faqpage-schema-module

To align the icon to the left please add the below CSS in Divi Theme Options.

.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper {
    flex-direction: row-reverse;
}

.dipl_faq_page_schema_0 .dipl_faq_accordion .dipl_question_wrapper::after {
    margin-right: 10px;
}

You can increase the space between the question and icon by changing the margin-right px value in the code.

Output:

dp-faqpage-shcema-icon-align-to-the-left
Table of Contents