How To Adjust Dropdown Elementor Menu Alignment

Written by :

Posted on :

Tags :

Share :

Facebook
Twitter
LinkedIn
Reddit
Pinterest

What This CSS Code Does:

Allows you to change the alignment of menu items from the default alignment of the Elementor dropdown menu setting

How To Implement:

Go to the specific element, click on the Advanced tab within the Elementor element, add the CSS Classes “full_center_dropdown”, then go down to the Custom CSS option and paste the code. That’s it!

The Code:

				
					.full_center_dropdown nav ul {
min-width: 100% !important;
}
.full_center_dropdown nav ul a {
justify-content: center;
}
				
			

One Response

Leave a Reply

Your email address will not be published. Required fields are marked *

READY FOR A TOTALLY AWESOME WEBSITE?