This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hi, can you please advise how to fix the search box so that the form is displayed correctly for iPad 9.7″ screen size?
Print screen; https://prnt.sc/hjbm97
FYI, this only occurs on 9.7″ iPad and not on other screen sizes.
Thank you.
Hello,
Please try to add this code in custom css:
@media only screen and (min-width: 992px) {
.header-wrapper.header-advanced .header-search.act-default select {
height: 38px;
line-height: 38px;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up