Shape 5

Joomla Templates => Touch of Soul - Club => : chasbagley September 01, 2010, 08:34:49 PM



: Background issues
: chasbagley September 01, 2010, 08:34:49 PM
Good Evening Gentleman.
I am having a bit of a background issue with my template.`
Here is the link; http://fadedfly.com/resources/videos/player/2/1.html
Any ideas?
The rest of the site repeats the background just fine.
Please let me know what you think.
Thanks,
Charlie


: Re: Background issues
: mikek September 02, 2010, 07:16:56 AM
Hello,

The component you are using is over-writing the css for the body. A component should never call css for the main body. If you edit the following file at line 6:

http://fadedfly.com/components/com_contushdvideoshare/css/stylesheet.css

body {
background-attachment:fixed;
background-position:center top;
background-repeat:no-repeat;
margin:0 auto;
padding:0;
}


: Re: Background issues
: chasbagley September 03, 2010, 01:09:34 AM
Thanks Mike,
I appreciate your help
Charlie


: Re: Background issues
: chasbagley September 03, 2010, 11:39:22 PM
Hey Mike,
Did I ever mention you were genius?
Thanks for helping me out.