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

    Hello, I update enfold in a web site were there is a widget area to the header (That I create following this post)
    https://kriesi.at/support/topic/adding-a-widget-area-to-the-header-6/

    Now I add the code to the function.php

    add_action( 'ava_before_bottom_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    but there is a problem with the big space between the row of the widget
    I try to write css with padding e margin 0, but is the same.

    What can i do?

    Thanks

    #980900

    Hey Serena,

    Thank you for using Enfold.

    Add this css code to adjust the default line height value of the widget elements.

    #header .custom-html-widget {
        line-height: 1em !important;
    }

    Best regards,
    Ismael

    #980994

    Thanks Ismael!

    #981169

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #981209

    you can close it, thanks!

    #981432

    Hi,

    Thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘widget area header after update enfold’ is closed to new replies.