04/30/2015 at 11:52 am
#333041
Keymaster
@ YP Admin
Connections simply falls back to whatever style the theme has set for unordered lists. The theme sets a top/bottom margin for list, but then later removes them. Any way, that said, add the following to the theme’s custom CSS area:
ul#cn-entry-actions {
margin-bottom: 20px;
}
ul.cn-list-actions {
margin-bottom: 20px;
}
It’ll add a bit of space to the lists and it’ll only do it to the action lists so it will not affect the theme styling in any way.
Hope that helps!
