Sorry for the late reply. We missed your topic.
Could you please provide us the site URL? So that we can see the exact problem what you are trying to say?
When you access it with an iPhone4 and some other Android devices, you can’t access the bottom menu items. The background (actual content) scrolls, but not the menu.
It seems that you have stick the menu at top while scrolling the page. So the issue occured. Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.
@media only screen and (max-width: 767px) {
.hgroup-wrap {
position: inherit;
}
}