Archived topic
text position in the principal menu
1 reply · Started by fedae on October 15, 2018
Hi
For a new website I am trying, using generate pro (premium) to make a menu
In this menu the last button is an image, but when I insert this image, the text of the other buttons becomes centered on the bottom
what i need to be it'sws fort them to be align a the bottom with a vertical separation ligne between each
is is possible to do so
on the link who will found what I have done so far (at the bottom) and a capture of what I need to do
Thank's !
Hi there,
Perhaps this will help?:
.main-navigation:not(.toggled) .main-nav ul li a {
line-height: normal;
padding-bottom: 5px;
}
.nav-aligned-center .main-navigation ul li {
vertical-align: bottom;
}
Let me know :)