Site logo

Archived topic

Error in the SEARCH button on mobile devices.

3 replies · Started by Douglas on July 22, 2021

Viewing posts 1–4 of 4

Good morning

I have a small problem with the Search button on mobile devices.

Is there any CSS code that will allow me that the search field does not collide with the magnifying glass?

Thanks for your help.

Hi there,

try adding this CSS:

#mobile-header .navigation-search input[type="search"] {
    padding-left: 55px;
}

Perfecto.

Muchas gracias.

Glad to be of help.

This archived topic is closed to new replies.