Shape 5

Joomla Templates => eMercantilism - January 08 - Club => : chanetsa October 30, 2008, 12:27:38 AM



: -gradientgreen not working
: chanetsa October 30, 2008, 12:27:38 AM
Hi

I am unable to get the display of modules on right side of the page working to my satisfaction (like the demo for example).  When using -gradientgreen in module class suffix, the display is incorrect.  change to -green or move the module position to left and all is OK. 

See here: http://350z.websitewelcome.com/~praiabel/home.html

Any ideas welcome.

Thanks, Chanetsa


: Re: -gradientgreen not working
: rhhanson October 30, 2008, 09:55:00 AM
Sent you a PM, but it is certainly the -gradientgreen setting.  I am using -gradientblack with no issues.  I would check the css for gradientgreen.


Well I compared black to green and didn't see anything glaringly different.


: Re: -gradientgreen not working
: jonahh October 30, 2008, 02:38:17 PM
Hello,

I see the problem and have updated the templates.  To fix look for the below in your template_css.css file:

:
#s5_leftcolumn div.module-gradientgreen div div div, #s5_rightcolumn div.module-gradientgreendiv div div div {
background:transparent url(../images/wh_tl_gradient_green.png) no-repeat scroll left top;
padding:10px 9px 16px 13px;
width:auto;
}

Replace it with:

:
#s5_leftcolumn div.module-gradientgreen div div div, #s5_rightcolumn div.module-gradientgreen div div div {
background:transparent url(../images/wh_tl_gradient_green.png) no-repeat scroll left top;
padding:10px 9px 16px 13px;
width:auto;
}

Regards,


: Re: -gradientgreen not working
: chanetsa October 30, 2008, 06:26:51 PM
SOLVED! 

Thanks for your prompt assistance.

Regards, Chanetsa :)