May 2, 2016 at 11:07 am
#44610
Theme Horse Support Team
Keymaster
Hi Markus,
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;
}
}
Thank you!