Horizonal Rule Gap Too Big
Permalink
            Is there any way to change the gap on the Horizonal Rule Block as its a little bit too big for my liking?
Thanks.
    Thanks.

                        Add CSS to the hr element with specified margin.                    
                
                        Is this done somewhere in the dashboard or when editing a page?                    
                
                        I use something like
I usually bung it in a .css file but that may be overkill in your situation. You can specify such CSS via the c5 UI in Page Settings, Design, Customize, Custom CSS (more or less).
                div.ccm-page hr {margin-top:20px; margin-bottom:20px;}
I usually bung it in a .css file but that may be overkill in your situation. You can specify such CSS via the c5 UI in Page Settings, Design, Customize, Custom CSS (more or less).


