Tagged: 

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

    Hi,

    is there a way to fix a footer so it doesn’t move but yet the page scrolls behind it?

    also is there a way to put a graphic in the footer..

    example of both:
    http://shadowwalkerentertainment.com

    thank you!

    Julie

    #387829

    Hey grwebs!

    The CSS would look something like this.

    #footer {
      bottom: 0;
      left: 0;
      position: fixed;
      width: 100%;
    }

    As for the background you can set that up in Dashboard > Enfold > General Styling > Footer.

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.