Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #750993

    How co I add a ‘Full Width’ Separator Element and STILL control the top/bottom margins (I want zero)?

    I can only select margins in custom, and custom doesn’t allow full-width?

    #753117

    Hey JayScottKendall,

    when using custom, use this code inside Quick CSS field:

    .hr-custom {
    width: 127%;
    left: -13%;
    }

    and adjust as needed.

    Best regards,
    Andy

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