[Resolved] positioning off canvas menu icon

Home Forums Support [Resolved] positioning off canvas menu icon

Home Forums Support positioning off canvas menu icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1017750
    Mira

    Hi, I’m using an off-canvas sticky menu for mobile/tablet portrait, and would like the hamburger menu icon to stick to the top-right instead of being centered. Can I do this?

    More generally, is there an easy way to determine the div and class names of items that can be adjusted using custom CSS (other than using Chrome Inspector)?

    Thanks!

    #1017848
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    button.menu-toggle {
        text-align: right;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    The easiest way to determine the name of the classes is to use browser inspector tool indeed. That’s what we all use ๐Ÿ™‚

    #1017851
    Mira

    much appreciated, thank you!

    #1017858
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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