Shape 5

Joomla Templates => SphereDecs - May 2007 Bonus - Club => : bularae June 20, 2008, 02:55:43 AM



: CSS question
: bularae June 20, 2008, 02:55:43 AM
Hi there: Can you please look at this: http://ctkprep.org/index.php/home and tell me what I need to do to make the main_bg be white in the center, have the blue pattern background on the edges, and the main body be centered? I've spent hours trying all kinds of different settings on all the wrappers and such and I'm just not getting it. I am trying to get it to look like this: http://ctkprep.org.  Thanks much!


: Re: CSS question
: mikek June 20, 2008, 07:32:49 AM
Hi, to center it just add this to the bottom or your template_css.css file:

#s5_main_bg {
margin-right:auto;
margin-left:auto;
}



: Re: CSS question
: bularae June 20, 2008, 03:00:08 PM
Thanks so much! You guys are so awesome.


: Re: CSS question
: bularae June 20, 2008, 03:44:34 PM
One other small question... I'm on a Mac and at first I thought it was just Firefox but it does it in Opera and Safari too... the icons for PDF, Print, Email always separate the PDF one and center it, while the other two right-justify like they are supposed to. Do you see this on my site too with a Windows browser or is it a Mac thing? Do you know of a fix?

Thanks again!!


: Re: CSS question
: mikek June 20, 2008, 07:36:06 PM
Hi, in the same template_css.css file look for:

td.buttonheading

and remove the text-align: center;