
Originally Posted by
bfwdesigns
I am using 1.3.6 and followed the directions to a tee ( I believe) to center the nifty template but it still wont work.. here is what I have for the css:
did I screw up somewhere?
Thanks in advance!
I just pasted your entire stylesheet into my 1.3.6 test site, and it centered it just fine. What it didn't do though, is create the correct corners. Because as my instructions stated, you need to:
Then open up includes/templates/nifty_zen/jscript/jscript/niftyalayout.js and follow instructions there*/
Take this:
Code:
and the jscript:
/*to center the site, change
Nifty("div#mainWrapper", "big right");
Nifty("div#outermainWrapper", "big right");
to
Nifty("div#mainWrapper", "big");
Nifty("div#outermainWrapper", "big");
*/
NiftyLoad=function(){
Nifty("ul#back a","small transparent top");
Nifty("div#mainWrapper", "big");
Nifty("div#outermainWrapper", "big");
}
off of the stylesheet, and open up the correct file for the jscript. That section doesn't belong in the stylesheet at all.