Search Placeholder (Header Pro)

Hi there!

I have an issue with the search placeholder on the iPad (Safari). The input text itself is perfectly aligned - It’s just the placeholder that is not vertically aligned.

Thanks a lot in advance!

Hi @Finlando,

Try adding this code in the Search Inline element’s Element CSS:


$el.x-search .x-search-input {
	line-height: normal;
}

Hope this helps.

Hi @Jade,

It works. Thanks a lot!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.