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 #1776671
Submenu Items not shown
Closed

Comments

  • Infoinfo started the conversation

    Submenu items for playstation arenĀ“t shown in our menu. They float to the right but there is no space available, so you cannot see them. How do you float them to the left instead?

  •  2,699
    PenciDesign replied

    Hi,

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

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

    Best Regards,

    PenciDesign

  • Infoinfo replied

    Thanks! It worked. Ticket can be closed.