Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #210192

    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

    #210196

    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

    #210215

    Not perfect, but it works :)

    Thx

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation Second Line’ is closed to new replies.