Before you ask please READ THIS

how to get shadow on the footer

edited May 2013 in Spaceship Posts: 19
Hi
I would like to have if possible the same shadow on the footer as I have on the header. When looking at photo with a lot of white areas and not having the glass effect on, the header and footer are on the picture and art the moment I only am getting a shadow from the header.
I am attaching a screenshot as I am using a localhost.
Thanks

Comments

  • Posts: 19
    forgot the screenshot again.. :-(
    Screen Shot 2013-05-29 at 15.28.40.png
    3066 x 1976 - 1M
  • AirAir
    Posts: 10,970
    Use this custom CSS:

    #root > footer{
    -moz-box-shadow: 0 -5px 5px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 -5px 5px rgba(0,0,0, 0.15);
    box-shadow: 0 -5px 5px rgba(0,0,0, 0.15);
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion