Sticky Menu – Show Menu Items at all times

This topic has 4 replies, 3 voices, and was last updated 8 years ago ago by Robert Hall

  • Avatar: TimBozo
    TimBozo
    Participant
    March 25, 2016 at 13:34

    Hi,
    I’m building a site using Classico and am using the sticky menu when the user scrolls down. At the moment only the logo is showing in this area, until the user moves his mouse over the sticky area, when the menu items then show.

    1) Is it possible to have the menu items show all the time, rather than when the user mouses over the area?

    2) If the first question is possible, I may also be asked to move the logo to the left on the sticky menu and have the menu items float to the right of it. Please explain how to do this too.

    Thanks for your help, much appreciated 🙂

    best wishes, Tim

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 25, 2016 at 17:11

    Hello,

    1. Please add this code in 8Theme Options > Styling > Custom CSS > Global Custom CSS:

    .fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
        overflow: visible !important;
    }
    .fixNav-enabled .fixed-active .menu-wrapper {
        max-height: 100px !important;
    }

    2. Use this code in Global Custom CSS:

    .fixNav-enabled .fixed-active header .header-type-6.slider-overlap .header .header-logo {
        width: 10% !important;
        float: left !important;
    }
    .fixNav-enabled .fixed-active .header-wrapper .menu-wrapper {
       margin-top: -70px;
       float: right;
    }
    .fixNav-enabled .fixed-active .navbar {
        width: 200px;
    }

    Regards,
    Eva Kemp.

    Avatar: TimBozo
    TimBozo
    Participant
    March 31, 2016 at 13:08

    Sorry for the delayed response … worked perfectly, thank you very much 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 31, 2016 at 13:16

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

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

The issue related to '‘Sticky Menu – Show Menu Items at all times’' 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.