Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Last active August 29, 2015 14:03
Show Gist options
  • Save moderatorwes/4802afd2eb923d3bcc41 to your computer and use it in GitHub Desktop.
Save moderatorwes/4802afd2eb923d3bcc41 to your computer and use it in GitHub Desktop.
Zendesk: Alignment of Community
//alignment of Community Section using Bootstrap framework
if (window.location.href.indexOf("communities") > -1) {
$("div.main-column").addClass('container');
$("div.side-column").hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment