• Resolved villette26

    (@villette26)


    Absolutely love this plugin, it’s a lifesaver. Quick feature request: are there any plans to add a native sticky header option in future updates? That would be amazing and save us from using extra CSS.

Viewing 1 replies (of 1 total)
  • Plugin Support Dhruv

    (@dpandya)

    Hi @villette26,

    Thanks for the kind words and the suggestion!

    A native sticky header toggle isn’t included in the free version of the plugin currently, it is available as a built-in option in UAE Pro.

    For the UAE version, you can achieve a sticky header with a small CSS snippet. Go to Appearance → Customize → Additional CSS and add:

    .ehf-header #masthead {    position: sticky;    top: 0;    z-index: 999;}

    This targets the header element that UAE renders and keeps it pinned to the top of the viewport as you scroll.

    I hope this helps! If you need any further assistance within plugin capabilities. We are here to help!

    Best regards,
    Dhruv – BSF Support Team

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.