I am having problems with one of my buttons for my mobile site. I added a button that leads to a different part of the page and is only visible for iphone. I tried the site on mobile to test and for some reason the button is not clickable at all. Not sure what I am doing wrong. All I did was add the button and a class to it.
Ok I see the problem. Your image is covering the button. Think of it as layers. Right now that image is preventing the user from even clicking the button. Easy fix give the button a position relative and a z index of 10 or anything higher than the image.
Thanks! It worked. Its weird because I didn’t play around with any of the z-indexes as to why I didn’t check it. But thinking of it now that does make sense why the button was not clickable.