HomePage Forums Plugins Support Hamburger Icon Menu I installed the Plugin

Topic Resolution: Resolved

This topic contains 2 replies, has 2 voices, and was last updated by  borisolhor 3 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1312

    Installed but the icon doesn’t show, and the old menu is still there.

    #1313

    I got it to show. Is there a way to make the icon stay at the top and not scroll down when on a cell phone?

    #1314

    Hi!
    You can do this by adding custom css

    
    @media screen and (max-width: 360px) {
    
        #iwpmenu_icon .iwpmenu_open_button, #iwpmenu_icon .iwpmenu_close_button {
            position: fixed;
            top: 35px;
            right: 35px;
        }
    
    }

    You can change max-width, top and right values to your own.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.