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
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
Thanks Ismael!
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
you can close it, thanks!