Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1083259

    Hey there,

    I want to put the search field a bit lower because one can’t properly see it as soon as there’s the submenu
    see here: https://www.dropbox.com/s/cohkr7r84789bk7/Anmerkung%202019-03-26%20200536.jpg?dl=0

    How can I access the search text field?
    I already tried the following but that’s not working

    .avia-search-tooltip.avia-tt {
    style="top: 100px !important;" }
    

    Thank you in advance!
    Regards

    #1083605

    Hey ping-pong,

    Thank you for contacting us.

    Please change the custom CSS

    /* MENU */
    #top .av-submenu-container.av-sticky-submenu {
        z-index: 999 !important;
    }

    to

    /* MENU */
    #top .av-submenu-container.av-sticky-submenu {
        z-index: 1 !important;
    }

    The result will be

    Best regards,
    Vinay

    #1083712

    Thank you very much!
    It isn’t exactly what I initially wanted but a much better solution :)

    #1084911

    Hi ping-pong,

    We’re glad to hear that :)
    Let us know if you still need further assistance.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.