Missing icons

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12303
    Tristan Bethe
    Tristan Bethe
    Participant

    Hi Ernest,

    Been tweaking to my hearts content and the search is starting to look good. However I noticed the settings,magnifying glass and load animation do not appear when using the search as a menu item in ‘stretched mode’. When I scale the window down so that the hamburger menu appears and click on it, it IS visible.

    See attached image.

    I am using the Atliers theme from SwiftIdeas

    Any ideas?

    Attachments:
    You must be logged in to view attached files.
    #12309
    Ernest Marcinko
    Ernest 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:

    .probox > * {
        line-height: normal !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #12312
    Tristan Bethe
    Tristan Bethe
    Participant

    Yes it was! Again thanks again for helping with something that is more a customization issue than a bug. Much appreciated. The issue is resolved and can be closed.

    #12313
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Missing icons’ is closed to new replies.