08/11/2016 at 1:30 pm
#386258
Keymaster
@ Monica
That spacing is likely being inherited from the theme. It can be adjusted using some CSS.
ul#cn-entry-actions {
margin-bottom: 20px;
}
#cn-gridder .cn-entry-single h2 {
margin: 0;
padding: 0;
}
Add this to the theme’s custom CSS area.
Hope that helps!
