Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1146115

    Hi.. Client wants to use HR in text to separate lines..

    The Inserted the <hr/> tag have a 10px bottom and 30px top margin and I want to reduce to uniform the text..

    Inspecting element I see that is located in one avia-merged-styles-xxxxxx.css

    the style element is now as:
    hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    }

    Any idea to modify..?

    Thank You Very much for support..

    • This topic was modified 5 years, 1 month ago by newmediologo.
    #1146339

    Hey newmediologo,

    Please try the following in Quick CSS under Enfold->General Styling:

    hr {
      margin: 5px 0 15px !important;
    }

    Best regards,
    Rikard

    #1146402

    It works..

    Thank You Very Much @Rikard

    #1146416

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1146418

    You can close thanks..:)

    #1146511

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce padding of HR in text’ is closed to new replies.