Skip to content

Instantly share code, notes, and snippets.

@shrinkray
Created January 13, 2015 18:46
Show Gist options
  • Select an option

  • Save shrinkray/cb646b7a65fbb338faf2 to your computer and use it in GitHub Desktop.

Select an option

Save shrinkray/cb646b7a65fbb338faf2 to your computer and use it in GitHub Desktop.
Storefront CSS Mod to set left column for wider tree view
/*Snippet: Storefront CSS
Mod to increase left col width to accommodate tree view */
#mainContent3ColumnContainer {
padding: 0 200px 0 340px;
background-color: rgb(255,255,255);
}
#mainContent3ColumnWrapper {
border-left:340px solid rgb(183, 183, 183);
border-right:200px solid rgb(183, 183, 183);
margin-left:-340px;
}
#leftMainColumn {
width: 340px;
margin-left: -340px;
}
#leftMainColumnPadding {
width:320px;
}
#leftMainPadding {
width:320px;
}
/* width was 100% */
#centerMainColumn {
width:680px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment