Hi,
How can i split a menu item?
I’ve a item “design consultancy“, how can i divide in two lines?
Thanks in advance.
Ika
Hey Leggereacolori!
You can add <br> tag after first line then add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { line-height: 20px!important; }
Best regards,
Yigit
Hi Yigit,
Ok works fine!
But if i add padding top, when scroll down the menu comes out from the header.
Thanks
Hey!
Please add following code to Quick CSS as well
.av-main-nav > li > a {
height: 60px!important;
margin-top: 56px;
}
.header-scrolled .av-main-nav > li > a {
margin-top: 0;
}
Regards,
Yigit
Hi!
Done. Transition is not as smooth as before but using shrinking header, that happens unfortunately
Cheers!
Yigit
Thanks!
Cheers!
Ika