• Resolved cmoss44

    (@cmoss44)


    When the window is manually adjusted to the smallest width, the search bar expands over the pink box. Client sees it on her iPhone. It also happens in Firefox and IE. Suggestions?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • you can add below css in your theme.

    @media only screen and (max-width: 479px) {
    
    	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { padding: 4px 10px;}
    }
    Thread Starter cmoss44

    (@cmoss44)

    I pasted this and similar code (at other times) to the additional CSS section of my theme, but nothing changes (cleared cache and all).

    • This reply was modified 7 years, 1 month ago by cmoss44.
    Thread Starter cmoss44

    (@cmoss44)

    It took a few days for this to take effect even after clearing the cache. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search bar not responsive’ is closed to new replies.