Skip to content

Instantly share code, notes, and snippets.

@davebonds
Created March 27, 2014 02:31
Show Gist options
  • Save davebonds/9798834 to your computer and use it in GitHub Desktop.
Save davebonds/9798834 to your computer and use it in GitHub Desktop.
Modifying the $content_width variable in Genesis
/* 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