I want to recreate this block:
I think I can use the “icon list” which is perfect but not as vertical alignment but horizontal.
Please advice how I can do this.
Thank you
Hey Webboldesigns,
Thank you for the inquiry.
You can use this css to align the icon list items horizontally.
#top .avia-icon-list {
display: flex;
justify-content: space-around;
}
Please note that the css code will affect all icon list element. You may need to apply a custom css class or ID to the element where you need this modification.
Best regards,
Ismael