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.
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.
Worked – Thank you
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