Hi all,
Icon Grid has a strange behavior in Google Chrome. The flow of the boxes is not correct. Safari and Firefox display it correctly. Found out that it displays correctly in Chrome when I set the body font to a default web font.
Hey Winter,
Thank you for the inquiry.
The grid looks fine when we checked the site on Google Chrome. Could you provide a screenshot of the layout issue? Please use imgur or dropbox for the screenshots. Which font are you trying to use?
Best regards,
Ismael
Hi Ismael,
The error can be seen in the center of the icon grid.
Best regards
Hi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
.avia-chrome.avia-chrome-100 .av-row-with-3-cells.av-cell-1 {
clear: both;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
With the CSS the icon grid looks good. Is it a theme bug or from the browser? It even fixes the bug in Edge.
Thanks a lot