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?
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