Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1479935

    Hello.

    When I set “Right” to icon position in an icon list, the complete element is justified to the right of the column. I need icon list is left aligned to the text element above, displaying first text then icon after it.

    I’m working in a test page. Please see the “Read more” element of the second icon list into the first color section.

    Thank you.

    #1479984

    Hey Eduardo,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-iconlist-small.avia-icon-list-right {
        text-align: left;
        width: 93px;
    }

    Screen Shot 2025 03 23 at 12.02.55 PM

    Best regards,
    Mike

    #1480005

    This works fine!

    Thank you very much mike.
    Best regards.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon list element left justify when icon position is right’ is closed to new replies.