Created
January 4, 2016 01:17
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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