How to center drop down css menu

Q: I downloaded the latest version and now I can adjust it.
It goes anyway to the left side of the screen. How do I get it in the middle just as wow slider does?
Best regards

A: You should place the menu into div this way:

<div align="center">
<ul class="topmenu" id="css3menu1">
...

</ul>
</div>

Related