• Hello!

    site: http://www.docair.com

    I am having some difficulty with my site background and have not been able to find a solution anywhere else. I would like the background (a simple white to grey gradient) to not scroll with the page or change when I resize the window. I would like it to look like this:

    http://www.mammachia.com

    I have the settings under appearance -> background set to fixed, however this does nothing (and changing it to scroll does nothing different). I have tried plugins to no avail.

    Please advise!

    Thank you,
    Liam

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you’re using the Studiopress Agency Pro child theme for the Genesis Framework.

    If that’s the case, you’ll need to handle the setting background image differently, as the default theme option only allows for fixed positioning of the background image.

    Remove the background image from the theme settings, and try adding the following to the body rules style.css (begins on line 151):

    background-image: url(http://www.docair.com/wp-content/uploads/2014/10/tmep2.jpg);
    background-position: absolute;

    For future reference, you’ll have better luck asking questions related to Studiopress themes in their forums.

    Thread Starter Liamo0o

    (@liamo0o)

    Thank you so much for the response Matt, I will use SP forums now for specific questions related to the theme.

    Your advice worked perfectly, I am a happy camper.

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

The topic ‘Background not staying Fixed’ is closed to new replies.