This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Missing icons

#12309
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

I believe it’s the 208px line height set from another stylesheet file, on some of the menu elements, and it affects those icons as well.

This custom CSS should re-set the line height for the search icons, and then they should apper normally:

[html].probox > * {
line-height: normal !important;
}[/html]