For anyone who’d like to accomplish this (see attached image).
For a regular divider: create a section (no background), add a text element to it and in the text element add an image of your choosing (center the image). Then add ‘logo-spacer’ to the ID box of the text element.
For a divider under the header (a little bit larger): create a section (no background), add a text element to it and in the text element add an image of your choosing (center the image). Then add ‘logo-under-header’ to the ID box of the text element.
Then add this code to the pages CSS:
------------------------------------------------/
/-------[Float and Image Between Sections]-------/
/------------------------------------------------/
/* remove all padding in section */
.logo-spacer-section {
padding:0px; margin:0 0 -87px 0!important;
}
.logo-spacer-section .et_pb_row, .logo-spacer-section .et_pb_section {
padding: 0px;}
/* logo under header */
#logo-under-header {padding: 0px; margin: 0px;}
#logo-under-header img {margin-top:-106px; width: 150px; z-index: 1; position: relative;}
/* logo under standard sections */
#logo-spacer {padding: 0px; margin: 0px;}
#logo-spacer img {margin-top: -45px;width : 90px; z-index: 1; position: relative;}
