Hello,
My client wants less white space below ‘short separator’
Please advice what to edit>
Assume is CSS.
Could not find any setting within admin,
Thanks,
S
Follow up:
In fact I need to lessen the space between
headlines/paragraph & separators
Thanks
S
In the theme options, then general styling you can enter quick css.
To reduce the space around all short seperators you can use:
.hr-short {
margin: 0px;
}