Recent Divi update cause the global optin form to sit to the right and not span the fullwidth of the section.


To fix this add the following to your stylesheet:



/*Added 20/02/18*/
.et_pb_column_4_4 > .ds-global-optin.et_pb_newsletter {
    display: block;
}


Applies to version 1.1, fixed in V1.2