Tagged: drop menu
Why does my drop-down menu appear on the right side of the submenu instead of the left? How can I fix this? If I want to add an arrow, where should I add it?
Hey koksourcing,
Thank you for the inquiry.
You can adjust the position of the submenu with this css code:
#top .av-main-nav ul {
margin-left: 0;
left: -50px;
position: absolute;
}
Best regards,
Ismael
Hi,
Thank you for the update.
You may need to temporarily disable the Enfold > Performance > File Compression settings and make sure to purge the cache or just disable the cache plugin temporarily. Let us know if it’s still not working.
Best regards,
Ismael
i think koksourcing belongs to the second level menu:
#top .av-main-nav ul ul {
margin-left: 0;
left: 208px;
position: absolute;
}