Skip to content

Instantly share code, notes, and snippets.

@lots0logs
Created January 4, 2016 01:17
Show Gist options
  • Select an option

  • Save lots0logs/edc9e37f1338fa670cc1 to your computer and use it in GitHub Desktop.

Select an option

Save lots0logs/edc9e37f1338fa670cc1 to your computer and use it in GitHub Desktop.
WordPress :: Divi Theme :: Reduce space between single post title and body content for mobile
@media (max-width: 768px) {
.single .entry-content > .et_pb_section:first-child > .et_pb_row:first-child {
padding-top: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment