• Resolved loberti

    (@loberti)


    When the screen width is small, the menu completely disappears. Is there any way to solve this problem?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you provide a link?

    Thread Starter loberti

    (@loberti)

    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;
    }

    Thread Starter loberti

    (@loberti)

    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!

    You’re welcome

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Menu disappearing’ is closed to new replies.