Slider Problem I'm having problem with my slider it is not showing up from the center. Im using this http://kenwheeler.github.io/slick/ It is supposed to look like this though Here is my website: http://raineerdelarita.comuv.com/nerbake/
Hi.There's something wrong with your style.css, and you also declare / use this css file twice on top of source. Try toggle them both off for a while, and you'll see that the slider works just fine.
put all your content inside a div and center it for example if the div is with id "aa" , you should write the css like #aaa { margin:0 auto; width:960px; }
I already did. Two css file because of the jquery slider slick is using different folder which is slick folder.
the slider css are being defined twice, inspect the element and see where it's being called, remove the duplicate and try, good luck