Responsive Menu disable

Hi,

Site: http://corporate.alchemiya.com

On a smaller screen (or when you resize the browser), the responsive menu appears just beneath the slider. Is there anyway to disable this entirely as I am using a responsive menu plugin instead.

Thanks

Mas

Hi There,

Thanks for writing in!

Please add this CSS to your Theme Option -> Global CSS and let us know how this goes.

@media (max-width: 979px) {
.masthead {
display: none !important;
}
}

Hope this helps!

Thanks

Brilliant! That did the trick. Thank you so much!

you are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.