- Posts: 32
- Thank you received: 0
Outside wrapper/background picture
-
patricktrolan
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago #18867
by patricktrolan
Outside wrapper/background picture was created by patricktrolan
Hi,
I have checked through the forum and still can't seem to manage to set the outer wrapper picture succesfully on clsc.us . I would like it to be the same as the older website I am currently upgrading from: lightningsoccerclub.com . Anytime I try to insert the picture it ends up in the main body as opposed to the outside.
Any advice you could give would be greatly appreciated,
thanks Paddy
I have checked through the forum and still can't seem to manage to set the outer wrapper picture succesfully on clsc.us . I would like it to be the same as the older website I am currently upgrading from: lightningsoccerclub.com . Anytime I try to insert the picture it ends up in the main body as opposed to the outside.
Any advice you could give would be greatly appreciated,
thanks Paddy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18880
by ivan.milic
Replied by ivan.milic on topic Re: Outside wrapper/background picture
Can you describe little better what do you want with pictures?
Please Log in to join the conversation.
-
patricktrolan
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
12 years 6 months ago #18894
by patricktrolan
Replied by patricktrolan on topic Re: Outside wrapper/background picture
Hi Ivan,
simply put, I would like to be able to have the wrapper picture (grass + ball) as seen at lightningsoccerclub.com set in the same way on my newer site clsc.us .
I have tried to do this but can't seem to get it, the background pic is attached,
thanks for your help,
Paddy
simply put, I would like to be able to have the wrapper picture (grass + ball) as seen at lightningsoccerclub.com set in the same way on my newer site clsc.us .
I have tried to do this but can't seem to get it, the background pic is attached,
thanks for your help,
Paddy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #18902
by ivan.milic
Replied by ivan.milic on topic Re: Outside wrapper/background picture
apply background image both on:
.wrapper1
.wrapper_outside
for .wrapper1
add css property
background-position: 0 0;
for .wrapper_outside
add css property
background-position: 0 100%;
.wrapper1
.wrapper_outside
for .wrapper1
add css property
background-position: 0 0;
for .wrapper_outside
add css property
background-position: 0 100%;
Please Log in to join the conversation.
-
patricktrolan
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
12 years 6 months ago #18910
by patricktrolan
Replied by patricktrolan on topic Re: Outside wrapper/background picture
Should have mentioned I am extremely new to Joomla and web design so can you tell me where to find these values and how to apply the background image?
Thanks
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #18920
by ivan.milic
Replied by ivan.milic on topic Re: Outside wrapper/background picture
You can ad them at bottom of template_css.css
.wrapper1{
background-position: 0 0;
background-image:url(path to your image);
background-repeat:no-repeat;
}
.wrapper_outside{
background-position: 0 100%;
background-image:url(path to your image);
background-repeat:no-repeat;
}
.wrapper1{
background-position: 0 0;
background-image:url(path to your image);
background-repeat:no-repeat;
}
.wrapper_outside{
background-position: 0 100%;
background-image:url(path to your image);
background-repeat:no-repeat;
}
Please Log in to join the conversation.
Time to create page: 0.177 seconds