Hello!
i have a really weird problem!
i cant apply a box shadow to footer section ( something like basel header box shadow, but upside down )
the weird thing is i just did this before and it works, but now after i restored a backup i cant add box shadow to footer section anymore
the code i tried to use is something like this:
.footer-container {
box-shadow: 0 1px 5px #cfcfcf;
-webkit-box-shadow: 0 1px 5px #cfcfcf;
-moz-box-shadow: 0 1px 5px #cfcfc;
}
( i checked the code with !important too )
but it doesn’t worked for me!
i removed the code .. and here is an online example for you: http://www.kenvuccy.com
+ mention that i removed copyright section completely, but even with copyright section it doesn’t work…
thanks.