Tagged: Widget
Searched and tried to make the spacing between category links/items from a custom menu using the Enfold Custom Menu Widget. I’d like to make the spacing a bit more like the spacing on the Enfold Recent Comments Widget.
I tried this but it didn’t do anything.
.widget_nav_menu .menu-item {
padding: 0 !important;
margin: 0 !important;
}
Try adding this code to the Quick CSS / child theme style.css:
#top .content .flex_column .widget_nav_menu li a {
padding: 5px 0;
}
Regards,
Josue
Thanks Josue, that worked!
Hi!
Glad you got it short out.
Please do let us know if we can do anything else for you, we will be more than happy to assist
Cheers!
Basilis