Is there a way to center align the Submenu container? I attempted using margin-left but it didn't work.
#moz_page .moz_menu_items ul {
position: absolute;
top: -9999px;
display: block;
width: 220px;
background-color: #F6D9E8;
background: rgba(246,217,232,1);
margin: 0;
padding: 0;
list-style: none;
}
Visit the website:
Your assistance would be greatly appreciated.