Viewing 5 posts - 1 through 5 (of 5 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

    Ok that worked. Thank you

    • This reply was modified 3 hours, 48 minutes ago by ausgesonnen.
    #1478481

    how can I play with the spacing of the menu items in general? please send code

    #1478489

    Hi,

    I’m not sure that I understand your intentions, please try to explain what you are looking to achieve a bit further or post a screenshot highlighting what you would like to achieve.

    Best regards,
    Rikard

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