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.
It’s possible to use a brake between two words? Any other suggestions?
D.
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
Thank you Ismael!