• Resolved floatinglotuswellness

    (@floatinglotuswellness)


    Is there a setting in the Virtue theme (or code to add in the CSS) that allows the “Top Menu (Primary Navigation)” menu to stick as you scroll?

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey,
    The premium theme has a built-in function for this, but not the free. If you post a link I may be able to provide css to get this working for you.

    Hannah

    Thread Starter floatinglotuswellness

    (@floatinglotuswellness)

    Hi Hannah,
    Thank you so much for looking at this! I checked-out the Virtue Premium and it seems like it has way more than I need. Here is the link to my super simple site: https://floatinglotuswellness.com/
    Thanks Hannah!
    Carol

    hannah

    (@hannahritner)

    Totally get that. Sorry for the delay! Try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 768px) {
    .headerclass {
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    .elementor-inner {
        padding-top: 200px;
    }
    .home .sliderclass {
        padding-top: 200px;
    }
    .home .elementor-inner {
        padding-top: 0;
    }
    }

    Hope that helps!

    Hannah

    Thread Starter floatinglotuswellness

    (@floatinglotuswellness)

    It’s PERFECT!!! Thank you so much, Hannah!!
    In gratitude~
    Carol

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Virtue’s Top Menu – How to make sticky?’ is closed to new replies.