Fixed navigation toggle effect - by Jens

This topic has 7 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: jbrogaard
    Jens
    Participant
    August 24, 2015 at 22:23

    Hi, how do I disable the toggle/appearance of the menu in the fixed top navigation bar? I’d actually like the menu to be to the right of the smaller logo image and the logo image aligned to the left 🙂
    Hope this is possible…
    Thx.

    ——————————————
    “sticky logo” page1 page2 page3…
    ——————————————

    6 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 25, 2015 at 08:40

    Hello,

    Try to use this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:

    .header-logo {
        float: left;
    }
    .fixNav-enabled .fixed-active .menu-wrapper {
        max-height: 100%;
        float: left !important;
        margin-left: 200px;
        margin-top: -60px;
    }

    Regards,
    Eva Kemp.

    Avatar: jbrogaard
    Jens
    Participant
    August 25, 2015 at 11:02

    Hello, I tried to use that code and it’s almost doing the job 🙂 but it’s as if the fixed logo doesn’t align all the way to the left: bling.getajour.dk
    Also, the main logo moved to the left 🙁

    I changed
    float: left !important;
    to
    float: right !important;
    which made the menu better but the fixed-logo is still almost in the middle?

    Avatar: jbrogaard
    Jens
    Participant
    August 25, 2015 at 21:46

    Hi, I would be very grateful if you could answer prior to my meeting with the client in 11 hours 😉 thx.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 26, 2015 at 07:37

    Hello,

    Please try to use this code too:

    .fixNav-enabled .fixed-active .tbs.blog-description {
       display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: jbrogaard
    Jens
    Participant
    August 26, 2015 at 07:52

    Wonderful, that worked 🙂

    However, I changed the .header-logo to .logo-fixed
    and that only moved the fixed logo and not the main big one.

    Thanks for your assistance.
    Best Jens

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 26, 2015 at 08:51

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘fixed navigation toggle effect’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.