I am working on optimizing the alignment of the menu on my website:
My goal is to center the menu, as the English version looks good.
#site-navigation
{
width: 980px;
margin: 0 auto;
text-align: left;
}
After analyzing the code, we have identified this code sequence.
Could you advise me on what changes I should make for better visual appeal?
Thank you in advance!