Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1478376

    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.

    #1478394

    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
    Screen Shot 2025 03 02 at 11.37.32 AM

    Best regards,
    Mike

    #1478447

    Also this is not working for me. Why is that? I seem to often have trouble that code doesnt get updated. Perhaps a setting somehwere?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.