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

Buttons are overlapping header

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

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

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

    #9714
    Ernest MarcinkoErnest 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:

    [html].probox>div {
    z-index: 1 !important;
    }[/html]

    #9720
    jonlangberg4896jonlangberg4896
    Participant

    Awesome, thank you! I appreciate the prompt response!

    #9722
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Buttons are overlapping header’ is closed to new replies.