Quote Originally Posted by rlexyd View Post
Hi Simon, thank you so much for that, it did the trick :)
I did not notice that code in the CSS, it took someone a little more clever to pick it up right away :)
Thanks again.
Now, I hope we get the head banner problem sorted now, as it's a bit annoying as customers can't see the message on their mobiles which is my main customers right now.
A bit more thought on this and I believe you need to add some padding to the <body> tag. So in responsive_mobile.css add:
Code:
body {padding-top:36px;}
You'll need to add it to both the landscape and portrait sections of the stylesheet and adjust the value to suit. Showing the banner below the nav menu, rather than above, is the best I can do at the moment.