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
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
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; }
Great thanks it worked!