Tagged: icon list
Hello,
I’d like to place another colored icon directly after the icon list title on some icon list titles.
For the moment I placed them below the title in the content of the item list, but this looks wired.
These colored star icons refer to the legend which is at the bottom of the page.
Is the any solution to put them directly after the title ? Like this
> Je développe mes ressources personnelles et mon énergie – yellow star
Best regards, AB
Hey A,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#after_section_2 .entry-content-header .iconlist_content {
display: inline-block;
}
#after_section_2 .entry-content-header {
width: 80%;
float: left;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria !
Is there a way to put them directly after the title text, not at the end of the title text field ?
Best regards,
AB
Hi anma,
Try setting the width to auto in the code above:
#top #after_section_2 .entry-content-header {
width: auto;
float: left;
}
Best regards,
Victoria
Hello Victoria,
Thank you, this works like a charm ! perfect !
Best, AB