Why does the Venture theme search box move to the bottom on mobile?

Hello,

I don’t know when this started happening, but on mobile (tested on iPhone and iPad) when you click the search box, it takes you to the bottom of the page where the search box suddenly moves to.

www.stickerfab.com

You can type and hit enter and it will function correctly. On mobile if you click the original search box again, it will type there.

Same thing with iPad. Not sure what happened to move it to the bottom of the page. Same issue in mobile chrome. Any help would be appreciated.

Thank you

1 Like
div#glFilter-search-popup {
    display: none !important;
}

@chrisngrod
Add this code in the bottom of the theme.scss or theme.css

Thank you so much.

1 Like