Created
February 14, 2017 14:33
-
-
Save advokatb/fd281c9543a7b3b16c7e7850cfe82b0b to your computer and use it in GitHub Desktop.
Internal CSS for WordPress Homepage
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
<?php if( is_home() || is_front_page() ) : ?> | |
<style id="my-internal-css"> | |
#main_content .container { | |
position: relative; | |
padding: 120px 0; | |
} | |
</style> | |
<?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment