Home › Forums › Jevelin Theme › Problem with child menu
Home › Forums › Jevelin Theme › Problem with child menu
I have a problem with a child or a drop-down menu, please view on attachment. how to solve this?
Position for drop-down menu of Daftar Rekanan seems inconsistent with menu position, when menu the Daftar Rekanan is on hover, the drop-down menu position is like a child of Daftar Harga.
Thankyou.
Solution for this topic
Hi @tigormanurung,
I hope you are well today and thank you for your question.
You can solve this issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-nav > li.menu-item:nth-last-child(-n+3) > ul.sub-menu {
margin-left: -26px;
}
Best regards,
Shufflehound team
Thankyou, Shufflehound team.
I’m forgot to ask, how to add icon in menu using Unyson Mega Menu?
Nice to hear that. 🙂
At the moment this option isn’t available, but we will consider it in future versions.