Hi, I love your theme! I have a question/request for the mobile version of the theme.
In the mobile device version, the menu isn’t automatically displayed, you have to click on the + sign, I would like to know if its possible to change that so that the menu is always displayed (at the top or at the bottom).
Hi, i am not sure if it will be usable but you can try the custom css below;
@media screen and (max-width: 767px) {
.mobile-nav, #header nav:after { display:none; }
#header nav ul { display:none; }
#header nav ul:after, #header nav ul:before { display: none;}
#header nav ul span:before, #header nav ul span:after { display: none;}
#header nav ul span { margin-top:0.5em; }
#header nav ul span { padding: 0 0.4 em; font-size: 0.9em; }
}