Outside wrapper/background picture

More
12 years 7 months ago #18867 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

Please Log in to join the conversation.

More
12 years 7 months ago #18880 by ivan.milic
Can you describe little better what do you want with pictures?

Please Log in to join the conversation.

More
12 years 6 months ago #18894 by patricktrolan
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

Attachments:

Please Log in to join the conversation.

More
12 years 6 months ago #18902 by ivan.milic
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%;

Please Log in to join the conversation.

More
12 years 6 months ago #18910 by patricktrolan
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

Please Log in to join the conversation.

More
12 years 6 months ago #18920 by ivan.milic
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;
}

Please Log in to join the conversation.

Time to create page: 0.177 seconds
Powered by Kunena Forum