Skip to content

Add alignment option for the whole menu in the header area #3911

@stefan-cotitosu

Description

@stefan-cotitosu

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.

Markup on 2023-03-24 at 21:01:24

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

No one assigned

    Labels

    customer reportIndicates the request came from a customer.new featureRequest for a new feature or functionality to be added to the project.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions