andrewwinkler
I removed the classes: hidden-sm hidden-xs
in the mainnav block of template.
And added this custom css:
@media (max-width: 992px){
.t3-mainnav .container .row {
display: flex;
flex-direction: column-reverse!important;
}
}
but again, it looks like there is cache settings in your server side, I recommend you to turn it off if your site is still in development stage.