
Originally Posted by
spminis
Thanks so much. That worked, sort of. The search box is there and it's ok on the home page. However it's right on top of the "shop" text whether it's portrait or landscape when you click on the menu. It's a test site.
www.spminiatures.com/storetest2
Carol
I had a similar issue with something else when I was first setting up my mobile. The solution I found was to edit includes/templates/ResponsiveSheffieldBlue/css/stylesheet.css
Around line 370 in the original file:
Code:
.non-semantic-protector { position: relative; z-index: 1;}
I changed that to:
Code:
.non-semantic-protector { position: relative;/* z-index: 1;*/}
I just tried changing back to the original, and on my mobile site that causes the scenario you describe. I have no idea what or why this is...according to my notes its something I found on google. Whatever it is, it seems to work!
Hopefully this will work for you to.
Bookmarks