background image in wordpress

Discussion in 'HTML & Website Design' started by xxbertxx, Oct 27, 2011.

  1. #1
    How do i make my background image in full page..not in tile.

    http://juicingjuice.com/

    hope you can help me..

    thanks in advance
     
    xxbertxx, Oct 27, 2011 IP
  2. Djoram

    Djoram Member

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #2
    I think it is because in you style.css there is repeat-x:

    body { background: url("images/body.png") repeat-x scroll 0 0 #DCE4A8; }

    and if you drop the repeat-x it will only be 1 img as far as i know :D
     
    Djoram, Oct 27, 2011 IP
  3. xxbertxx

    xxbertxx Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    @djoram..so i will remove "repeat-x"? thanks for the reply
     
    xxbertxx, Oct 27, 2011 IP
  4. karthimx

    karthimx Prominent Member

    Messages:
    4,959
    Likes Received:
    127
    Best Answers:
    2
    Trophy Points:
    340
    #4
    Current image size is 619x970 px.

    If you want to make it full page then make a new background image with bigger size.
     
    karthimx, Oct 27, 2011 IP
  5. Djoram

    Djoram Member

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #5
    @xxbertxx idd, but like karthimx is saying, you'll need a larger image to fill your background, if you want the image to fill over the whole screen.
     
    Djoram, Oct 27, 2011 IP
  6. xxbertxx

    xxbertxx Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ok. i will try it now..thank you so much
     
    xxbertxx, Oct 27, 2011 IP