I have this ul menu:
<ul id="superfish-1">
<li class="active-trail"><a href="#" class="sf-depth-1 active">Inicio</a></li>
<li class="trail"><a href="#" class="sf-depth-1">Quienes somos</a></li>
<li class="trail"><a href="#" class="sf-depth-1">Contacto</a></li>
</ul>
and I need to align it horizontally.
I saw this question but positioning the ul as postion:relative;
and setting left:50%
didn't make it.
I also found this question but in my case I can't set the width manually because the menu load its content dinamically, then the width changes all the time.
This is what I need: