Skip to content

Instantly share code, notes, and snippets.

@robertstaddon
Created August 14, 2017 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertstaddon/41f1539d0248577c18cdae9ef4cbf475 to your computer and use it in GitHub Desktop.
Save robertstaddon/41f1539d0248577c18cdae9ef4cbf475 to your computer and use it in GitHub Desktop.
Divi - Style the custom featured image
@media all and (min-width: 768px) {
.et_pb_posts img {
float: left;
margin-right: 1em;
}
.et_pb_posts article:after { /* Clear floated image */
content: "";
display: table;
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment