Aligning Menu Itemms

Good Day

Could anyone assist me in aligning my menu items. I have attached a screenshot.

Currently the menu looks very weird. i want the items to span over the length on the menu bar (full width)

Thank you for the help!

~Neha

Unfortunately no images were attached to the message. Also please provide us with the URL of your store

My apologies!

https://apieceofcake.host321.net

align menu.JPG

Try to add the following code to the CSS section of the Theme editor

.ty-menu__items .ty-menu__item {
    white-space: nowrap;
    min-width: auto;
}

https://prnt.sc/26j4q4o

Great thanks it worked!