the widget in my sidebar are too close together. What is the custom css to move them farther apart? See: http://cabincapital.com/wp Thank you
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .textwidget { margin-bottom: 20px; } .sidebar ul { margin-bottom: 20px; } You can adjust the value of margin-bottom as per your requirement. This will solve your issue.