Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1341243

    Hello! I’m using the Icon List element to display the email address and phone number of a client. By default the items are listed vertically. How do I list them horizontally?

    #1341291

    Hey JeffBianchi,

    Please add this on your Icon List’s Custom CSS: horizontal-icon-list (located under Advanced > Developer Settings).
    Here’s a screenshot: https://imgur.com/NnCzltD
    Then add this CSS code in Enfold > General Styling > Quick CSS:

    #top .horizontal-icon-list .avia-icon-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    Best regards,
    Nikko

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