Home Forums Basel support forum search box *under* menu bar

search box *under* menu bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5593

    mobiflora
    Participant

    I am using Basel with a menu plugin called “hero menu”. The plugin creates a menu bar.
    When clicking on the Basel “search”-icon, the search form is placed *under* the menu bar.
    Probably easy to fix via css in the search box?

    Thanks for your help – awesome theme!

    Till

    #5597

    Artem Temos
    Keymaster

    Hello there,

    Thank you so much for using our theme.

    Here is a fix to this issue, simply put this snippet to the Custom CSS area in Theme Settings

    .basel-search-dropdown .basel-search-wrapper {
        z-index: 99999;
    }

    Regards

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