 
	
		
		
		
		
			
I added a dropdown menu, why does it appear on the left instead of the right? How should I modify it?
Hey jun san,
Thank you for the inquiry.
You can add this css code to adjust the position and styles of the submenu.
#top .av-main-nav ul ul {
    left: 207px;
    top: 0px;
    margin: 0;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0px;
}Best regards,
Ismael
Can it be operated directly on the dashborad? Or do I need to find the corresponding css file to add?
I have solved it, thank you very much
