How to make a parallax background

Hi there
I have a parallax effect on my site where I have used your settings. I am very happy with that and how easy it was to make it.

However I wonder if it is poosible to set the whole background as parallax with an image inserted, so that the parallax effect is moved from the content box to the background.

My site:
www.roskildeweb.dk

Best
Troels

Hey Troels,

Unfortunately, the theme you’re using doesn’t allow for edge to edge content. Try the CSS snippet below and see if it works.

body #nav-container {
  margin-bottom: 0px;
}
body #wrapper #content {
  max-width: 100%;
  padding: 0px;
}

Ben

Hey Ben
Thanks I will try that

Cheers

Troels

No worries! Let us know how it goes! :slight_smile:

Ben