Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bigtasty

    (@bigtasty)

    Any ideas?

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @bigtasty,

    Try removing the other classes mentioned in the doc above and use only your custom ID in the custom css. So, instead of looking like the below

    #my-custom-id.elementor-section {
        position: fixed;
        left: 0;
        width: 100%;
    }

    It will look like the following

    #my-custom-id {
        position: fixed;
        left: 0;
        width: 100%;
    }

    Please let us know how you go.

    Kind regards,
    Herman ??

    Thread Starter bigtasty

    (@bigtasty)

    Hi,

    Thanks for the reply. The sticky header now works, but I would like to make it so the background colour is only introduced on scroll; https://westworldfest.com/about/

    Thanks,

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @bigtasty,

    This plugin actually doesn’t have a feature to create a sticky Header. The provided is actually just a workaround. I will leave this to the community and keep the thread open for a while. Let’s see if there’s someone jump to this thread sharing their thought.

    Kind regards,
    Herman ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stick header not working’ is closed to new replies.