Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #191124

    Hi guys!
    I am wondering if it’s possible to customize the enfold main menu items with long names in this way:

    Example:
    Cultural Experience

    change to:

    Cultural
    Experience

    Is this possible?

    D.

    #191125

    It’s possible to use a brake between two words? Any other suggestions?

    D.

    #191332

    Hey!

    Edit the menu on Appearance > Menu then look for the Navigation Label. Change it to

    Cultural <span class="menu-break">Experience</span>

    Add this on Enfold > Styling > Quick CSS:

    .menu-break {
    display: block;
    position: relative;
    top: -100px;
    }

    Best regards,
    Ismael

    #191339

    Thank you Ismael!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold Main Menu Customization’ is closed to new replies.