Skip to content

Instantly share code, notes, and snippets.

@jamesnotjim
Created August 19, 2016 15:58
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 jamesnotjim/a19d8b68495c088931ca5a7ca481d7e6 to your computer and use it in GitHub Desktop.
Save jamesnotjim/a19d8b68495c088931ca5a7ca481d7e6 to your computer and use it in GitHub Desktop.
SharePoint Max-Width
<style type="text/css">
#contentRow {
max-width: 1400px !important;
}
</style>
@jamesnotjim
Copy link
Author

SharePoint Max-Width

Purpose

Constrains the width Team Site web part page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment