-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
customer reportIndicates the request came from a customer.Indicates the request came from a customer.new featureRequest for a new feature or functionality to be added to the project.Request for a new feature or functionality to be added to the project.
Description
What problem does this address?
If the primary menu has multiple items and it expands on two rows, there is no option to center all the items.
Currently, it can be done with CSS code, as the current alignment option is for the items themselves, not for the whole menu.
.nav-ul {
justify-content: center;
}
What is your proposed solution?
Add an option for aligning the whole menu in the space it occupies within the header row.
Requested here - https://secure.helpscout.net/conversation/2191004513/362715/
Metadata
Metadata
Assignees
Labels
customer reportIndicates the request came from a customer.Indicates the request came from a customer.new featureRequest for a new feature or functionality to be added to the project.Request for a new feature or functionality to be added to the project.
