[Resolved] my rtl drop menu need to be fixed

Home Forums Support [Resolved] my rtl drop menu need to be fixed

Home Forums Support my rtl drop menu need to be fixed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #414166
    omer

    hello
    i have a site on rtl language i have 3 question :
    1.is there any additional css that i need to put on my site to make it complete? or i need to be satisfied only from the wordpress automatic translation?
    2.my drop menu on my main menu the charcters are on the left as you can see ,how can i put it on right ?
    THIS IS MY SITE http://www.computertechnician.co.il
    3.i want to see all my answers of my questions from the last year can you give me path to there .

    P.S LOVE YOUR THEME AND YOUR AMAZING CUSTOMER SERVICE !

    #414348
    Leo
    Staff
    Customer Support

    Hi there,

    1. To make what complete?

    2. Try this:

    @media (max-width: 768px) {
        .main-navigation .main-nav ul li a {
            text-align: right;
        }
        .main-navigation .menu-item-has-children .dropdown-menu-toggle {
            float: left;
        }
    }

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

    3. You can click on your name which takes you to the profile: https://generatepress.com/forums/users/omercohen/

    #414380
    omer

    this css does not make any changes
    i am using the chiled theme
    and i put the code into the style.css

    hope you can help more ๐Ÿ™‚

    #414568
    Tom
    Lead Developer
    Lead Developer

    Try this for your sub-menu alignment:

    .sub-menu li {
        text-align: right;
    }
    #414677
    omer

    thanks tom .working !

    #414691
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! ๐Ÿ™‚

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