• hamburger is located on right side of web pages. when selected, the popup main menu opens at left side of page. how can i change it to be on the right side of the page.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Are you using a plugin for (1) hamburger and (2) the popup main menu?

    hello @njpada

    add this

    .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container {
        transform: translateY(0) translateX(100%);
    }

    in the place of

    .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container {
        transform: translateX(0) translateY(0);
    }
    Thread Starter NJPADA

    (@njpada)

    t-p: Thank you for your response. I’m using WP twenty twentyone theme with Options for Twenty Twenty-One and Options for Twenty Twenty-One Premium plug-ins.

    YogeshYadav: As a novice to website coding (this is my first website), I’m not sure where to make the change you are suggesting. Do I modify the theme (WP twenty twentyone) or just change “translateX” from (0) to (100)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hamburger popup menu’ is closed to new replies.