Hi @Thehumblebee ,
I understood your request, go to section-header.min.css and paste this at the bottom of the file:
@media (max-width: 720px){
.navigation-list-item>.navigation-list {
display: block !important;
}
}
It will display fine.
Hi @Thehumblebee ,
I understood your request, go to section-header.min.css and paste this at the bottom of the file:
@media (max-width: 720px){
.navigation-list-item>.navigation-list {
display: block !important;
}
}
It will display fine.