Home Forums Pro Themes Onefold Pro No hamburger menu button at homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #119066
    Esther
    Participant

    Hello,
    There is no hamburger menu button at the homepage of voorbeeld.museumstaal.nl. All other pages do have this button. Can you please solve this problem for me?

    #119083
    wensolutions
    Keymaster

    Hello,

    Usually, the menu appears as the hamburger menu as we can slightly see the hamburger menu while loading.

    So, maybe the customization you have made(if any) is creating the issue so, please remove the customization (if you have made any).

    If the issue still persists, let us know.

    Regards.

    #119084
    Esther
    Participant

    I have removed the customizations one by one and nothing changed. There is still no hamburger menu button at the homepage. What else can it be?

    #119126
    wensolutions
    Keymaster

    Hello,

    Actually, the theme is not supposed to show the hamburger menu on the home page so the CSS is also not working and rather making the layout worse.

    Please add following CSS to get navigation menu in the home page following the path Admin Panel > Appearance > Customize > Additional CSS

    .home #main-nav {
        display:block;
        float: right;
        margin-top: 15px;
    }

    The other pages remain the same as the hamburger menu.

    Hope this helps.

    Regards.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.