Hello, I was having trouble creating a custom menu item that fit two lines:
ORDER
PRODUCT AND SERVICES
I have tried using <br />, as well as adding different span classes to my menu item with css:
e.g.
span.menu-break {
display: block;
line-height: 25%;
text-align: center;
position: relative;
}
This has resulted in awkward spacing such as:
ORDER
PRODUCTS & SERVICES
I cannot seem to find a combination that gives me the results I’m looking for. If you could help me solve this, it would be appreciated.
Thanks!