Skip to content

Instantly share code, notes, and snippets.

@advokatb
Created February 14, 2017 14:33
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 advokatb/fd281c9543a7b3b16c7e7850cfe82b0b to your computer and use it in GitHub Desktop.
Save advokatb/fd281c9543a7b3b16c7e7850cfe82b0b to your computer and use it in GitHub Desktop.
Internal CSS for WordPress Homepage
<?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