-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
January 31, 2012 at 9:12 am #173372I have problem with .css. There is one background that I need to have behind template. Background is 1500×1650 pix. In the middle is just white space.
But when you look in bigger resolution, it is mess… please advice about .css variables…
I have edit only template.css
Thank you
swissa Friend
swissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
January 31, 2012 at 10:15 am #436312Can you post the url and turn off optimise css in your template. Thanks.
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
January 31, 2012 at 10:19 am #436314http://www.kod-javora.com/index.php
Optimise CSS is: NO
swissa Friend
swissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
January 31, 2012 at 11:36 am #436319Hi
You need to edit this file ja_bistro/css/template.css
You have two areas where it is trying to place the background image.
so at about line 26
It currently looks like this
body#bd { background: url(../images/pozadina.jpg) repeat #EFD7B4; color: #666; }You can change it to
body#bd {
background: url(../images/pozadina.jpg);
background-size: 100%;
background-repeat: no-repeat;
}At about line 472 you can see this
#ja-wrapper {
background: url(../images/pozadina.jpg) no-repeat left -220px;
overflow: hidden;
}You need to delete the image here. It is what was causing the problem.
1 user says Thank You to swissa for this useful post
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
January 31, 2012 at 12:02 pm #436324Ok, done like you say.
For second I have delete like this
#ja-wrapper {
background: url() no-repeat left -220px;
overflow: hidden;Look now. I think that it is ok.
swissa Friend
swissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by swissa 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum