I have a responsive menu that on mobile can show a search box with its input submit. The input submit area has a bug on the iphone that makes the box for “Go” longer. Does anybody know why?
I attach images where you see the design working fine on desktop and a second one for the iphone where you can see the problem.
I used to have an image instead of Go, But I modified it for accesibility. Here’s the the PHP:
The main problem is that you are using an input of type=“image” but you aren’t linking to the source of the image and therefore you get the alt attribute placeholder text due to a missing image.