Shape 5

Joomla Templates => User Choice - August 2007 - Club => : gforce701 September 23, 2007, 12:22:21 PM



: Resize Banner
: gforce701 September 23, 2007, 12:22:21 PM
Hi,
I need some help resizing the banner.  I've managed to center the tools and want the banner to show to the right of them, aligned to the top, like the logo. Any help is appreciated.
Thanks.
Grant


: Re: Resize Banner
: mikek September 23, 2007, 08:17:17 PM
Grant,

I am having a little trouble visualizing this. Do you have your site up on a server some where so I can see it? If so, what is the url?

Thanks,


: Re: Resize Banner
: gforce701 September 24, 2007, 01:24:07 AM
I've attached a screen capture of the right roughly 2/3 of the header. As you can see the ad is getting pushed down. I need to either increase the height of the header, or preferably adjust the banner size and position so it sits to the right of the tools bar (button for the slider).

Thanks.
Grant


: Re: Resize Banner
: mikek September 24, 2007, 09:00:37 AM
Hi, to be honest that would be a lot of work to get that to work right and might be more work than it's worth. The toolbar and most of the header itself is aligned through mostly css and a large amount javascript within the index.php file itself.

What you could do is. Edit the light.css file and find #s5_header_tools. Remove the float: right; and replace it with width: 194px;

And then if you want to move the banner up some you would have to edit the index.php file. Find:

<?php if ($s5_show_fonts == "yes" || $s5_show_slider == "yes" || $s5_show_custom == "yes" || $s5_show_bookmark == "yes" || $s5_show_rss == "yes") { ?>                 



<?php } ?>

And remove

 in the third line.

Hope that helps!


: Re: Resize Banner
: gforce701 September 24, 2007, 09:28:24 AM
Mike,
Displays perfectly.
Thank you!
Grant