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

Keep Text Box on Tob

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47410
    Mike GraciMike Graci
    Participant

    See the screen shots. I want to keep the search box on “top”… is there a settign to do that? See video and screen shot.

    My goal is to have it stay on top for mobilebut thsio video showes the intent.

    I have my header set as sticky on the mobile when I enter data the box imediately gets hidden. What I have show represents what I am trying to solve.

    https://share.zight.com/X6uXLrxA
    https://share.zight.com/xQuQmpP5

    can provide site access but think its not needed.

    Thanks
    Mike

    #47411
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Mike,

    I think you are looking for this custom CSS:

    .asp_m {
        position: relative;
        z-index: 1;
    }
    #47431
    Mike GraciMike Graci
    Participant
    #47446
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Okay, it may need a bit higher z-index, this works on my end:

    .asp_m {
        position: relative !important;
        z-index: 999 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.