Created
March 27, 2014 02:31
-
-
Save davebonds/9798834 to your computer and use it in GitHub Desktop.
Modifying the $content_width variable in Genesis
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
/* The 3 numbers correspond to the content width of the default, small and large layouts. | |
* The default layout refers to 2-column layouts; small refers to 3-column layouts | |
* and large refers to the full-width content layout. | |
*/ | |
$content_width = apply_filters( 'content_width', 580, 480, 900 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment