Hello,
I’m looking for a way to fix the Icon Boxes in IE8.
here safari screenshot compared to a IE8 rendering:
The Website Link.
The Icons are not displayed correctly and parts of the text elements are cut off.
Would you please help me out?
Thank you!
Christin
Hey nini_bacher!
Thank you for using Enfold.
You can change the icon box title font size for IE8. Use this on Quick CSS or custom.css:
.avia-msie-8 .avia-icon-list .iconlist_title {
font-size: 13px;
}
Cheers!
Ismael
Hello Ismael,
thank you for your quick response.
I added the code, the Icon symbols are now displayed, still they are squarish and the text is cut off.
What else could I try to make it work?
Thank you!
Hey!
Here’s how it looks for me on IE8 – http://screencast.com/t/y7q6mleyy0Pq
Can you post a screenshot of your view?
Best regards,
Josue
Hey Josue,
thank you for getting back to me. I don’t use IE8 so my question is based on a rendering/simulation, which you can find here:
Additionally there is a similar problem with the mobile view, here comes the screenshot:
Thank you!
Hi!
There is no way to make them round on a browser that doesn’t support that feature (border-radius). Regarding mobile view could you please elaborate what’s exactly the problem there?
Cheers!
Josue
Hi Josue,
thank you for your response, I see that there is not much to do about the question of shape. My concern are the cut-off / cropped words. The word “Personalmanagement” ends after the last M.
This display problem is visible in IE8 and the mobile version.
Cheers!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
h4.iconlist_title { font-size: 12px; }}
Cheers!
Yigit
Hello Yigit,
thank you, it works now.