• I was wondering if there is a way to make the mobile menu move to the bottom of the screen (floating) on the mobile device that is viewing the site. It just gets in the way of the content the way it is

Viewing 1 replies (of 1 total)
  • I have placed it more to the top (right under logo) using the following css:

    .menu-toggle {
    top: 68px;
    }

    You can set the position anywhere by adjusting the top distance appropriately.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Friendly Menu position’ is closed to new replies.