Site logo

[Resolved] How to center the off canvas menu icon in the header?

Home Forums Support [Resolved] How to center the off canvas menu icon in the header?

Home Forums Support How to center the off canvas menu icon in the header?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1738664
    Tim

    Hi,

    I have enabled the off canvas menu and I have “hidden” the other menu by making it blank.

    URL is included in the private info field below.

    As you can see, the hamburger menu icon is not centered vertically with the logo in the header. It should be a few px further down.

    How can I achieve that? I have tried adding padding/margin to it through CSS but that moves the whole header…

    Thanks.

    #1738814
    David
    Staff
    Customer Support

    Hi there,

    the slideout-toggle has relative positioning so you could do this:

    .slideout-toggle {
      top: 20px;
      z-index: 1;
    }
    #1738831
    Tim

    Worked perfectly, thanks!

    #1739205
    David
    Staff
    Customer Support

    You’re welcome

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