• Resolved brokendown

    (@brokendown)


    Ben, I notice that despite not having any ‘Pages’ integrated into my website, I still see the icon for the menu on mobile devices.

    Is there a way of removing this from mobile so that it’s not in the way? Either that or can i reposition the menu top left within the black header (same area as the social icons).

    Advance thanks as always,

    Gwil

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Ah that’s a good point, I hadn’t considered hiding the toggle when there are no Pages present.

    You can remove the menu toggle button with the following CSS:

    .toggle-navigation {
      display: none;
    }

    That will hide the button no matter what, so if you ever decide to add Pages to your site, you can just remove that code.

    Thread Starter brokendown

    (@brokendown)

    Fantastic! That looks much better now.

    Thanks Ben ??

    I may well have some more questions for you in the next few days no doubt!

    Theme Author Ben Sibley

    (@bensibley)

    No problem, just let me know when they come up ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top right Page Menu reposition/remove on mobile’ is closed to new replies.