[Resolved] Change order in mobile header: "☰ Menu" for "Menu ☰"

Home Forums Support [Resolved] Change order in mobile header: "☰ Menu" for "Menu ☰"

Home Forums Support Change order in mobile header: "☰ Menu" for "Menu ☰"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1271455
    Daniel Moreno Cuerda

    Hi, I would like to know how I could change the order “☰ Menu” for “Menu ☰” in mobile header bar. That is, “Menu” on the left and “☰” on the left
    Thanks.

    #1272347
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .menu-toggle:after {
        content: "\f0c9";
        font-family: GeneratePress;
        width: 1.28571429em;
        text-align: center;
        display: inline-block;
    }
    .menu-toggle:before {
        content: "";
    }

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

    Let me know if this helps 🙂

    #1272520
    Daniel Moreno Cuerda

    Works fine! Thank you so much 🙂

    #1272523
    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.