Buttons are overlapping header

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Buttons are overlapping header

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9702
    jonlangberg4896
    jonlangberg4896
    Participant

    The buttons of my search box are overlapping the menu. See attached screenshot

    Attachments:
    You must be logged in to view attached files.
    #9714
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    It appears that the menu has a lower z-index set, so the icons are displayed over it. To fix that, use this very simple custom CSS code:

    .probox>div {
        z-index: 1 !important;
    }
    Best,
    Ernest Marcinko

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


    #9720
    jonlangberg4896
    jonlangberg4896
    Participant

    Awesome, thank you! I appreciate the prompt response!

    #9722
    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 ‘Buttons are overlapping header’ is closed to new replies.