This topic has 8 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
hi, the search icon is in wrong place in the iphone version:
can you please take a look?
Thanks!
Hello,
The problem caused by the following code in Custom.css file. Try to replace him.
.header-type-12 .shopping-container {
padding: 21px 30px 27px 70px;
}
to
@media only screen and (min-width: 1200px){
.header-type-12 .shopping-container {
padding: 21px 30px 27px 70px;
}
}
Regards,
Robert Hall.
ok almost there but its still slightly down:
Also remove this code in custom css on line 312
.header-type-12 .header-search {
border-left: 1px solid #f2f2f2;
margin: 0;
padding: 0px 20px 0px;
}
Regards,
Robert Hall.
nearly there all these codes removal are affecting other things on the site:
Because this code was added twice (in custom css file and in Global Custom CSS – Theme Options->Custom CSS). Please check now.
Also please clean all cache.
Regards,
Robert Hall.
sorry can you please tell me which specific code has been added twice please?
Hello,
The mentioned code was:
.header-type-12 .header-search {
border-left: 1px solid #f2f2f2;
margin: 0;
padding: 0px 20px 0px;
}
Please clarify is your problem solved? Can we close this topic?
Thank you.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up