I have an issue while viewing my site on firefox on my computer. The circle around the icons on this page show up perfectly round on safari and chrome but on firefox they show up “squished” I made the size of them smaller and increased the size of the icons with the code below that support helped me with to make the icons larger. Everything works great except when viewed on firefox. How can I fix this? Thanks in advance!
.custom-icon .av-icon-char {
font-size: 50px!important;
}
Hey djshortkut!
Try adding this to it also.
width: 20px;
height: 20px;
Best regards,
Elliott
That worked perfectly, thanks Elliott! You can close this thread.