A recent update causes posts on archive pages (archives, category, search results etc.) to not span the entire width of the content area.


To fix this, find the following section of CSS:

/*Search results*/

.ds-tax-results .et_pb_post {
    padding: 30px 30px 40px 30px !important;
}



And replace it with this:


/*Search results*/

.ds-tax-results .et_pb_post {
    padding: 30px !important; /*Updated 20/02/18*/
    width: 100%; /*Added 20/02/18*/
}



Applies to V1.2