Support » Plugin: Dropdown Menu Widget » Menu Item Direction

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Metin Saylan

    (@mattsay)

    If you select right alignment for your menu, default menu css does that.

    ul.dropdown-horizontal.dropdown-align-right ul { right: 0; left: auto; }
    ul.dropdown-horizontal.dropdown-align-right ul ul{ right: 99%; left: auto; }

    However, those css rules can be overwritten by an id in your theme.
    You should check your sub menu ul items with firebug or chrome inspector.

    Thread Starter mstfcbn

    (@mstfcbn)

    Thanks for your reply. But I didn’t mean the CSS text-aligment. I meant add an attribute which is dir=”RTL” to menu items for Arabic text.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Item Direction’ is closed to new replies.