Archived topic
icon menu
10 replies · Started by Jose on December 2, 2020
Hi, I hace add an icon in the menu, is it possible to add some text under it?
Regards,
Hi there,
You can try using the <br> tag in the menu label field.
And to have that text center align?
Can you add the text in first?
Added!
And if the text can be in the same level than the rest menu elements, it wouldb be great!
This CSS is the best we can do for a unusual layout like this:
@media (min-width: 769px) {
.main-navigation .main-nav ul li.menu-item-float-right a {
line-height: 30px;
text-align: center;
margin-top: -42px
}
}
How can i have the word "cuenta" at the same level than the rest?
Regards!
No problem :)