Home Forums WoodMart support forum Accordion Item => how to display the image after the title ?

Accordion Item => how to display the image after the title ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #507542

    Jeriss Cloud Center
    Participant

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

    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

    #507935

    Jeriss Cloud Center
    Participant

    Perfect, please consider implementing settings to do this rather than custom css.

    You can close this ticket, thanks!

    #508023

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Accordion Item => how to display the image after the title ?’ is closed to new replies.