Hi Enfold team !
I have a problem on this page : http://www.sphere-evenements.com/agence-evenementielle-paris-et-ile-de-france/
On Chrome, the list under “Prestations les plus demandées” is aligned left (which is good)
On IE and Firefox, the list is not aligned left.
You can see the difference here : http://www.sphere-evenements.com/icon-tab.jpg
How can I solve it please ?
Thanks,
Franck
I’ve found the solution !
I have added this code in my custom CSS :
#top .av_font_icon a {
display: inline-block !important;
}
Cheers,
Franck