Shape 5

Joomla Templates => User Choice - August 2007 - Club => : gene September 27, 2009, 03:44:17 PM



: Centering logo, setting width to FLUID
: gene September 27, 2009, 03:44:17 PM
I would like to make the logo centered and change to fluid width.  Is that possible in this template?

http://essecopia.org/

Thank you



: Re: Centering logo, setting width to FLUID
: mikek September 28, 2009, 08:17:10 AM
Hi, this is the only way I can think of doing it:

1. At the bottom of your light.css file add:

#s5_header_holder {
height:257px;
}

#s5_header_tools {
margin-top:257px;
}

2. At the bottom of your template_css.css file add:

#s5_header a img {
position:absolute;
left:50%;
margin-left:-400px;
}


: Re: Centering logo, setting width to FLUID
: gene September 28, 2009, 02:57:12 PM
Mike,

Thank you for your quick response.

That works well for the logo.  I changed the light.css mod to 230px. in both places.

Can we get rid of the white padding at the left and right edges of the header tools holder? Or, better yet, add padding to the background to match the header tools holder.

If it's a lot of work, I can live with it as it is. 

Thanks again

-gene


: Re: Centering logo, setting width to FLUID
: mikek September 29, 2009, 08:52:38 AM
The white borders are on light.css at line 82 find:

#s5_date {

and remove the border-right and border-left lines.


: Re: Centering logo, setting width to FLUID
: gene September 29, 2009, 01:15:01 PM
That works.

Is it possible to add a border or padding to the left and right of the background image (s5_main_bg.jpg) to match the page edges?

Thanks


: Re: Centering logo, setting width to FLUID
: mikek September 29, 2009, 01:27:00 PM
Hello, sorry you can't add paddings to backgrounds.


: Re: Centering logo, setting width to FLUID
: gene September 29, 2009, 01:50:51 PM
Thank you for all your help.

-gene