Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile Hero Menu dont show up Reply To: Mobile Hero Menu dont show up

#282184
mackiwu33
Participant

Hello Beverley,

thanks for your response. Meanwhile i found the causing issue in my WP template. The original menu in the customizr theme was the problem. Now it is solved by adding the following code lines:

@media(max-width: 979px){
.btn-toggle-nav { display: none !important; }
.nav-collapse { display: block !important; height: auto !important; overflow: visible !important; }
}

Thank you