Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #264539

    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

    #264541

    Follow up:
    In fact I need to lessen the space between
    headlines/paragraph & separators
    Thanks
    S

    #264546

    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;
    }
    #265607

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .hr-short { margin: 10px 0; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.