How to make main menu RTL - by silvercover

This topic has 6 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: silvercover
    silvercover
    Participant
    February 28, 2016 at 14:49

    Hi,

    What’s the proper way to make main menu RTL?
    Does it just need CSS tweaks or I should go into some JS editing?

    5 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 29, 2016 at 14:27

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: silvercover
    silvercover
    Participant
    March 1, 2016 at 13:21

    I’ve sent required info.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 1, 2016 at 16:29

    Do you want to display your menu like on this screenshot? http://prntscr.com/a9v3rr

    Maybe provide screenshot for our better understanding and highlight how it should be.

    Regards,
    Robert Hall

    Avatar: silvercover
    silvercover
    Participant
    March 1, 2016 at 21:17

    Here is screenshot of current menu and its level 1 sub-menu:

    until now there is no problem and I know how to make it better and fix arrow position. problem arises when I hover Home link and sub-menu level 2 appears.

    It’s shown on sub-menu level 1 and must be displayed from right edge of sub-menu level 1. so how can I fix this?

    Does menu generated by JS code or what?

    Thanks.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 2, 2016 at 11:49

    Hello,

    Try to use this code in Theme Options > Custom CSS > Global Custom CSS:

    .menu .nav-sublist-dropdown ul > li > a {
        float: right !important;
    }

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.