Tagged: horizontal line
Hello-
I’d like to add horizontal rules in the Icon Box text box and I’m using the Text Editor Horizontal Line. <hr />. There is too much space after the rule and after searching many of these forums the Quick CSS doesn’t seem to be changing it.
Thank you
Hi Pcarran83,
Try the following instead of a plain hr:
<hr style="margin:10px 0 20px;" />
Adjust the values to your liking.
Thanks,
Rikard
Rikard-
Thank you! This is perfect!