Search Divi Plus Documentation

Search for answers or browse our knowledge base.

< 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
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.