404 page search box is not working on mobile

Support Area Forums Finesse 404 page search box is not working on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://demo.organizedthemes.com/finesse/sdfais
  • Author
    Posts
  • #36625
    G C
    Participant

    One the smallest mobile layout, the search box becomes unusable. The search button goes to 100% width and fills the search box. Adding the following to my custom CSS fixed it for me:

    @media screen and (max-width: 520px) {	
    	input#search-submit {
    		width: 30%;}
    }
    
    #36626
    Bill Robbins
    Moderator

    Thanks George, I appreciate it 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘404 page search box is not working on mobile’ is closed to new replies.