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

    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

    #1405120

    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

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