[Support request] mobile menu right logo left

Home Forums Support [Support request] mobile menu right logo left

Home Forums Support mobile menu right logo left

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #343055
    mike

    Hello
    i cant set mobile menu to the right
    can only center without logo & left menu with the logo

    i have made it twice before, not sure what is the problem right now
    http://107.6.154.90/~bigleaf2/promagnet.co.il
    thank you in advance
    keep up the great work !

    #343121
    Leo
    Staff
    Customer Support

    Hi there,

    I think that’s because it’s using a RTL language.

    Try this CSS:

    @media (max-width: 768px) {
        .rtl .mobile-header-navigation .mobile-header-logo {
            float: left;
        }
        .rtl.mobile-header-logo .main-navigation.mobile-header-navigation .menu-toggle {
            float: right;
        }
    }

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

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