the menu item Pranayamalehrer Ausbildung is very long. Would be good to have it break over 2 lines. Please send code how this can be done and how I can adjust the spacing and the line height of the individual items.
Hey ausgesonnen,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#menu-item-96 a .avia-menu-text {
white-space: normal;
word-wrap: break-word;
display: block;
width: 150px;
text-align: right;
line-height: 15px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
adjust to suit
Best regards,
Mike
Ok that worked. Thank you
how can I play with the spacing of the menu items in general? please send code