Skip to content

Instantly share code, notes, and snippets.

@ThierryA
Last active October 6, 2015 07:53
Show Gist options
  • Save ThierryA/7ee2aa8839f5e9fa5e6a to your computer and use it in GitHub Desktop.
Save ThierryA/7ee2aa8839f5e9fa5e6a to your computer and use it in GitHub Desktop.
Beans: change fixed to fluid layout.
<?php
// Do not include the opening php tag if it is already included in your file.
add_action( 'wp', 'beans_child_setup_document' );
function beans_child_setup_document() {
beans_remove_attribute( 'beans_fixed_wrap', 'class', 'uk-container uk-container-center' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment