I am facing some challenges while attempting to center my dropdown navigation menu.
Here is an image displaying the current design along with relevant CSS code:
It seems that the dropdown menu is extending beyond the page boundaries as shown in the screenshot below:
https://i.sstatic.net/cVqH7.png
.structure-mainnavigation ul li ul {
width:500px;
}
.structure-mainnavigation ul li ul li {
width:25%;
float:left;
text-align: center;
}
Any assistance or advice on this matter would be greatly appreciated.