Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1220432

    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' );
    }
    • This topic was modified 3 years, 10 months ago by Zest.
    #1220645

    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

    #1220748

    Great, thank you so much!

    #1221012

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1221068

    Close please. Works perfectly. Thank you!

    #1221322

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Widget area in (below) the header’ is closed to new replies.