Accordion Item => how to display the image after the title ?
-
Dear,
We can display images in the Accordion Item title. But the image appears BEFORE the title currently, how can we display this image AFTER the title ?
THanks
Attachments:
You must be
logged in to view attached files.
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
Perfect, please consider implementing settings to do this rather than custom css.
You can close this ticket, thanks!
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Accordion Item => how to display the image after the title ?’ is closed to new replies.