badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Making Responsive Menu scrollable

#44610

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!