Hi,
i added an second line to the navigation with css.
.menu-second-line {
clear: both;
display: block;
position: relative;
top: -70px;
line-height: 88px;
}
But when i scroll down the site, the second line pushes up.
You can see it on http://www.schlossklaus.net
Best regards
Patrick
Hi Schloss Klaus!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header-scrolled .menu-second-line { top: -50px; }
Best regards,
Yigit
Not perfect, but it works :)
Thx