Home › Forums › WoodMart support forum › Accordion Item => how to display the image after the title ? › Reply To: Accordion Item => how to display the image after the title ?
October 27, 2023 at 1:37 pm
#507856

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-accordion-title-text {
display: flex;
}
.wd-accordion-title-text > .img-wrapper {
order: 1;
margin-right: 0;
margin-left: 5px;
}
Best Regards