-
AuthorPosts
-
Paul Wallen Friend
Paul Wallen
- Join date:
- September 2014
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 5 times in 1 posts
January 9, 2009 at 12:29 pm #136921For this template, is it possible to have a wider background image and not break the template?
On a 24″ monitor, the background image repeats and looks bad.
Is there code to make the image not repeat? or can I just stick a larger image in there?anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
January 9, 2009 at 1:43 pm #285642you should be able to just edit the bg image yourself in photoshop and make it wider.
Once you’ve done that – upload it (and if need be change the relevant css code) and you should be fine.
1 user says Thank You to anisjolly for this useful post
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
January 9, 2009 at 1:47 pm #285644It is also possible to change the code so that the image wont repeat itself. Make the borders of your background blend in with the global background colour and that should also look ok.
Now when someone has a even bigger screen you will have the same problem.
1 user says Thank You to bennitos for this useful post
Paul Wallen FriendPaul Wallen
- Join date:
- September 2014
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 5 times in 1 posts
January 10, 2009 at 1:04 pm #285769Could anyone provide the code for me to change the background to not repeat?
I’m not that good with css.
sunrise Friendsunrise
- Join date:
- February 2007
- Posts:
- 920
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 103
- Thanked:
- 166 times in 114 posts
January 10, 2009 at 1:39 pm #285770Depending on the picture you want, you could also make it a gradient at the sides going to white or whatever color you want, and make that wide as you wish wihout making the file size that much bigger. Adding an inch or two of plain color on either side won’t make too much of a difference on the file size I think. Size does matter you know. :D:D
1 user says Thank You to sunrise for this useful post
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
March 22, 2009 at 12:13 pm #297282If you want to make backgorund no-repeat, open template.css
and change
body#bd {
color: #CCCCCC;
background-color: #333333;
background-attachment: fixed;
background-position: center top;
}to
body#bd {
color: #CCCCCC;
background-color: #333333;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
}I used this and it’s much better. I also added fade out to the background picture on left, right and bottom.
-
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by supersplet 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum