• Hi there
    I have a Hebrew (RTL) website with some English pages
    http://www.lamaalpaka.com/home
    (The English pages are under the “English” section on the left end of the main menu)
    Notice that the items in the drop-down menu are aligned to the right.
    Is there a way to tweak the CSS so these items (and these items only) will be aligned to the left?

    Thank you
    Ishai

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Assuming you’re using a Child/Custom Theme or Custom Style/CSS plugin, add this;

    #access ul ul a {
     text-align: left;
    }

    Thread Starter ishai_r

    (@ishai_r)

    Hi Andrew, thank you very much for you help.
    But my intention was to change the alignment of a certain drop-down menu – not all menus.
    Is it possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change direction of a single item in a drop-down menu’ is closed to new replies.