Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2230203
main menu arrow
Closed

Comments

  • Michalholzberg started the conversation

    Hi,

    How do I move the little arrow to the other side of the word (from the right to the left)?

    my site is going to be RTL.

    thanks,

    Michal

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body.rtl #navigation ul.menu > li.menu-item-has-children > a:after, 
    body.rtl #navigation .menu > ul > li.menu-item-has-children > a:after, 
    body.rtl #navigation ul.menu > li.penci-mega-menu > a:after, 
    body.rtl #navigation .menu>ul>li.penci-mega-menu>a:after{ float: left; margin: 0 5px 0 0; }

    Best Regards,

    PenciDesign