Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Awesome fonts not displaying as a circle and the logo is half out of the circle! Reply To: Awesome fonts not displaying as a circle and the logo is half out of the circle!

#280000
Beverleyh
Participant

Troubleshooting a whole website’s codebase via the developer console isn’t a very appealing prospect to potential helpers; All the extra code and distractions takes time to filter out and work around, and many of us will be limited by the device we’re browsing on at the time, so these types of requests are less likely to be answered. Have you used the developer console to search for the problem yourself though? Hit F12 in your browser and start inspecting the problematic elements to see all the CSS that’s applied. You’ll be able to see the immediate icon CSS, but also any other styles from higher up the cascade that might be affecting things. You’ll also be able to use the developer console to write new CSS to fix the problem live in the browser. In addition to what Paulie_D already suggested, line-heights and paddings are likely to be contenders for causing the issue too.