It happens even in the demo page.
The website where I have installed the template is:
http://www.gigantestella.org/
Thanks.
The menu goes to mobile at 640, but it’s located in the top-bar. Have you turned the top bar off?
I can force it to give me a mobile menu by using the css below in a custom css file or child theme, but there’s probably a setting that turns that top bar on and off. Check the theme options panel, and let me know if it works.
.top-bar {
background-color: rgb(85, 85, 85);
color: rgb(234, 234, 234);
font-size: 1.5rem;
height: auto;
overflow: hidden;
}
Hi again. I disabled the top bar to try some stuff and I totally forgot it was there, I activated it again and it’s working fine.
Thank you very much for your help!