Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #623365

    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;
    }
    #625046

    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

    #625073

    Thanks Josue, that worked!

    #625114

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.