Menu Center

Hi.

I can’t center the menu. For some reason it is aligned to the left and I’m not able to change that. Any ideas?

  • In the X Otions is selected Stacked
  • I’m using the UberMenu options. But Aligment can be only “automatic, left or right”

What I’m missing?

Hi Alex,

Please add this code in X > Theme Options > CSS:

.ubermenu .ubermenu-nav {
    text-align: center;
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    float: none;
}

Hope this helps.

Yes, it worked. Thank you!

You’re very welcome, Alex!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.