Hello,
I used the code i found in the forum to add a widget to the header. Works fine, I would just like to move it as a last part of the header, below the main header, not above it
Hope you can help me :)
//--------------------------------
// Header widget area for menu below
//--------------------------------
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
dynamic_sidebar( 'header' );
}
Hey Zest,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header_main {
display: flex;
flex-direction: column-reverse;
}
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 200px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Great, thank you so much!
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Close please. Works perfectly. Thank you!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon