Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1183206

    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

    #1183268

    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

    #1184210

    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

    #1184540

    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

    #1184553

    Hello Victoria,

    Thank you, this works like a charm ! perfect !

    Best, AB

    #1184714

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.