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,
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!
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
Sorry for that, now it is activated
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