-
AuthorPosts
-
October 16, 2010 at 3:39 pm #155346
Hello Support,
I’m changed the background from using color code to a image –background: #fff url(../images/bg-red.jpg) repeat-x scroll center top;
The problem is that I had to create the background image to be 3500px in length. Is there a way to shorten the images and update the code to extend the length of the site?
Thanks :confused:
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
October 16, 2010 at 5:53 pm #359268Please show us the image you are trying to fit.
The normal methose are to tile an image or fade am image at the sides and bottom to a single background colour. A link to the page to the page (with the image included) will help us advise what is best.
1 user says Thank You to Phill for this useful post
October 16, 2010 at 8:07 pm #359277The website URL is http://www.collincountybuzz.com. The image URL is http://www.collincountybuzz.com/templates/ja_teline_ii/images/bg-red.jpg
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
October 16, 2010 at 8:44 pm #359281Hmm, will require a couple of adjustments.
Lets start by finding template.css line 541#ja-wrapper {
padding: 0;
}Replace with
#ja-wrapper {
background:none repeat scroll 0 0 white;
margin-left:auto;
margin-right:auto;
width:980px;}
Then replace your image with the one attached
The find
body#bd {
background:url("../images/bg-red.jpg") repeat-x scroll center top #FFFFFF;
color:#333333;}
and replace with
body#bd {
background:url("../images/bg-red.jpg") repeat scroll 0 0 #FFFFFF;
color:#333333;}
I’ve not tested it so if you have any problems just ask.
-
1 user says Thank You to Phill for this useful post
October 16, 2010 at 9:10 pm #359284It worked… I just had to adjust the width from 980px to 1250px and it looked perfect.
Thanks
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by 2domedia 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Shorten Image on Backgroud
Viewing 5 posts - 1 through 5 (of 5 total)