Home Forums Basel support forum box shadow for footer section

box shadow for footer section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11255

    wantons
    Participant

    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.

    #11262

    Artem Temos
    Keymaster

    Hello,

    Try to use this instead

    .footer-container {
      box-shadow: 0 1px 5px #cfcfcf;
      -webkit-box-shadow: 0 1px 5px #cfcfcf;
      -moz-box-shadow: 0 1px 5px #cfcfcf;
    	margin-top: 10px;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)