Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1402785

    Oh my homepage here https://www.ezcomsoftware.com/ you can see the 2nd section right below the hero has 3 icon boxes. The middle circle is squashed and the one to the right is slightly squashed. I can’t seem to figure out how to fix it.

    #1402835

    you have set the articles (.iconbox) to display: flex to center icon and text horizontally .
    But you missed to set a min-width for the icon

    try in quick css:

    .flex_column article .iconbox_icon {
      min-width: 74px !important
    }


    But
    : maybe it is best to not display : flex – because have a look to smaller screens before it breaks to responsive case.

    #1402837

    Worked – Thank you

    #1402903

    Hi,

    Glad @guenni007 could help! Let us know if you have any other questions and enjoy the rest of your day!


    @guenni007
    thank you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon Box Giving Me Funky Shapes’ is closed to new replies.