Hi,
I have 2 override folders custom and custom2 for 2 different ZC. Everytime i have a custon i also have custom2 , both in same dir and not in each others.
I have the css file in the overrides to change for each custom,custom2 folder. I want to change the custom2 whole page .
I can change somethimgs in css override but not this which seems to be unchangeable, no matter what i put.
I want the page to be 800px and not 750 for starters but putting 800px has no effect.
I can get changes if i change the #mainWrapper name, meaning ZC isn't picking up changes i set to my specific template.
body {
margin-top: 20px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: black;
}
#mainWrapper {
text-align: left;
width:750px;
vertical-align: top;
background-color: black;
}






Bookmarks