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 #1606131
rtl
Closed

Comments

  • raheli started the conversation

    Hi,

    Can you please send me the css code so the main menu would be right to left?

    Here you can see it is left to right: http://www.supergood.co.il/

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

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

    #navigation .menu, #navigation .button-menu-mobile{ float: right; }
    .main-nav-social, #top-search{ float: left;  }
    .main-nav-social{ margin: 0 0 0 13px; }
    

    Best Regards,

    PenciDesign

  • raheli replied

    Thanks! It's working :)

    And another question - can to please send me the code so the sub menu will open to the left insted to the right?

    You can see here in the right menu category(with the arrow), if to go down to the 6 category it's open to the right:

    https://www.supergood.co.il/


  •  2,699
    PenciDesign replied

    Hi,

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

    #navigation .menu .sub-menu, #navigation .menu .children{ left: auto; right: 0; }
    #navigation .menu .sub-menu ul, #navigation .menu .children ul { right: 100%; left: auto; }
    

    Best Regards,

    PenciDesign