Seeking assistance to center the dropdown menu in relation to the parent menu. I am currently using Elementor on WordPress. So far, I have attempted the following CSS code without success:
.header-menu {
left: 50%;
right: auto;
text-align: center;
transform: translate(-50%, 0);
}