2016-01-14, 03:49:57
Looks like i hid some pointers in the layout.css :
/* #Page Styles================================================== */
/*Samples */
/* full width backgrounds */
#slug .wrapper {background: styles;}
/* just the inner */
#slug .pagecontent {background: styles;}
/* All the Inners */
.container {background: styles; }
Does that make sense? Each 'page' is id'd by its slug, has a full width .wrapper div and an inner .pagecontent div
/* #Page Styles================================================== */
/*Samples */
/* full width backgrounds */
#slug .wrapper {background: styles;}
/* just the inner */
#slug .pagecontent {background: styles;}
/* All the Inners */
.container {background: styles; }
Does that make sense? Each 'page' is id'd by its slug, has a full width .wrapper div and an inner .pagecontent div