Hi Liz,
First, please note that this is a theme modification and I do not provide support for those. Please read the terms of service here: https://support.webmandesign.eu/support-policy-and-terms-of-service/
You still haven’t applied the correct responsive styles such as:
@media only screen and (max-width: 960px) {
.nav-search-form { display: none; }
}
Plus, you still need to apply the styles from https://support.webmandesign.eu/forums/topic/iphone-6-css/#post-13288
If all of this is in your child theme’s style.css
file but it is not being applied, then please check for CSS errors in that file. Or maybe rise the specificity of the CSS selectors (use a code inspector tool in your browser to check if this is necessary).
If you are not familiar with CSS coding, I suggest you hire a web designer to help you tweak the theme.
Regards,
Oliver