Home › Forums › Jevelin Theme › Dropdown Menu is very separated from the menu
Home › Forums › Jevelin Theme › Dropdown Menu is very separated from the menu
I have a question about my menu dropdown. It is very separated from the menu section. How can I fix that? I have attached a screenshot of what I am talking about.
Hi @nextgenmrkt,
Thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Absolutely! https://nextgenmrkt.com/
You can fix it 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
body .sh-nav ul.sub-menu { top: 70%; }