large body background image not centering

Discussion in 'Infoway WordPress Theme' started by jenchurch, Feb 25, 2013.

  1. jenchurch

    jenchurch New Member

    Joined:
    Feb 18, 2013
    Messages:
    1
    Likes Received:
    0
    Hello-
    I have uploaded a large background image and I cannot get it to be centered using the css styling I have found in the forums.
    This is my test site:http://riddickroofing.com/newsite/
    See how the image repeats on the right side and the there is that line where the new image starts?
    How do I center the image?

    Here is what I currently have in my custom css stylesheet:
    Code:
    body {
    background: url(http://riddickroofing.com/newsite/wp-content/uploads/2013/02/body-bkgd-roofing.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to
    Appearance > Theme Option > General Settings > Body Background Image

    and remove image from there.

    This will solve your issue.
     

Share This Page