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 #3027182
drop-down menu
Closed

Comments

  • NavigatorZ started the conversation

    Hello. What settings should be applied so that the drop-down menu is displayed on the left? as in the screenshot

  •  2,490
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

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

    Regards,
    PenciDesign.



  • NavigatorZ replied

    Thanks. this ticket can be closed.