Comments Infoinfo started the conversationNovember 8, 2018 at 3:52pmSubmenu 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,700PenciDesign repliedNovember 9, 2018 at 3:16amHi, 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, PenciDesignInfoinfo repliedNovember 9, 2018 at 8:56amThanks! It worked. Ticket can be closed. Sign in to reply ...
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?
Hi,
Please try add more this code to Customize > Custom CSS to fixed that issue:
Best Regards,
PenciDesign
Thanks! It worked. Ticket can be closed.