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.
Hey!
Try changing the code to this;
.widget.clearfix.widget_links li a{
margin-bottom: 20px!important;
display: block!important;
}
Best regards,
Josue