Problem with the search button on desktop

Posted in: Newspaper
Post count: 66

When you click the magnifying glass on desktop, the search button is not in the right position.

I attach a picture with NO custom CSS on the theme:

View post on imgur.com

This picture is with custom CSS on the theme:

View post on imgur.com

The website where the problem occurs is https:desdelaraiz.com/webnova

Thank you.

Post count: 22421

Hello,

This sees to be a line height misalignment. If you have any at all line-height changes, please revert them to default. If it;ls a custom css modification made, please make your code more specific so it will not affect multiple elements.
The element requires a line height of 24 px.
Here is a css code to fix it but it is is better to identify the source of the problem rather then just rewriting it with another css code:
.td-head-form-search-wrap{
line-height: 24px;
}

Thank you!

Post count: 66

Thank you Bogdan.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.