Ubermenu Tab Columns

Hi,

I have been trying to get some columns to space out evenly on our “Products & Services” megamenu (https://velocityagency.com/). My goal is to have the subitems of “SERVICES” space out the same way as the subitems of “PRODUCTS”. I just cannot seem to get all columns to space out evenly… If you could help me with this, I’d be greatly appreciative!

Hi @Agency

You can resolve this issue by adding this CSS code to (Theme Options > CSS):

.ubermenu .ubermenu-target-text {
    white-space: nowrap;
}

.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
    padding: 0;
} 

Thanks.

Thank you!!!

You’re more than welcome, glad we could help.

Cheers!

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