Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1358292

    I have a custom widget in the header and for some reson the sticky functionality gets broken, Is there a way to fix that AND/OR is there a way to get the widget above the top menu,

      bear in mind that the content is flexible in height

    I am using this function

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    Best regards!

    #1358297

    Hey Zest,

    Thank you for the inquiry.

    Looks like the Sticky Header option is disabled at the moment. Did you disable the option? Please enable it back so that we can check the issue properly, or provide the login details in the private field.

    Best regards,
    Ismael

    #1358302

    Sorry for that, now it is activated

    #1358435

    Hi,

    Thank you for the update.

    The header is not sticking to the top because of this css code.

    .html_header_top.html_header_sticky #header {
        position: relative;
    }
    

    Do you remember adding it somewhere? Please remove the css code, then disable the css minification or compression temporarily.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.