Is it possible to make certain menu items 2 lines tall? Please look at http://www.hobart-design.com/mystic. The HH RESTAURANT we want to change to HARBOUR HOUSE RESTAURANT Here is what I am trying to accomplish:
http://hobart-design.com/clients/menu-change.jpg
The top is current, the bottom is what I want it to look like.
Hey hobart!
Thank you for using the theme!
Please refer to this link. The OP asked for the same thing: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/
Best regards,
Ismael
Thanks for the help!
Quick Question. My mobile menu at innatmystic.com now seems to be a little messed up and overlapping. Any ideas how to fix this? Here is my code:
span.menu-break {
display: block;
line-height: 0;
bottom: 65px;
position: relative;
}
.menu-item-top-level{
text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
span.menu-break {
position: inherit !important;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
span.menu-break {
position: inherit !important;
}
}
.header-scrolled span.menu-break {
display: block;
line-height: 0;
bottom: 24px;
position: relative;
}