Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237366

    Hi,

    I want to insert bottom margin between links in sidebar.

    I try this but it won’t work

    .widget clearfix widget_links li a{
    	margin-bottom: 20px!important;
    	display: block!important;
    }

    Any ideas?

    Thanks a lot.

    #237936

    Hey!

    Try changing the code to this;

    .widget.clearfix.widget_links li a{
    	margin-bottom: 20px!important;
    	display: block!important;
    }

    Best regards,
    Josue

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