Shape 5

Joomla Templates => Sea of Glass - September - Club => : mindimer April 20, 2009, 12:34:33 AM



: Display Logo inline with Main Menu?
: mindimer April 20, 2009, 12:34:33 AM
How would I move the logo so that it displays inline with the main menu instead of above it? Or, how could I modify the main menu to include a logo as one of the items? I've scoured the php and css files and have not been able to wedge it in there.

Help?


: Re: Display Logo inline with Main Menu?
: jonahh April 20, 2009, 05:22:19 PM
Hello,

You'd have to do this in your index.php file open it up and look for:

:
<div id="s5_navv" <?php if ($is_ie6 == "yes") { ?>style="height:32px;"<?php ?>>
'

Insert:

:
<div id="s5_logo" style="cursor:pointer;" onclick="window.document.location.href='index.php'"></div>

Right after the s5_navv.  From here you will most likely have to adjust some CSS on the s5_logo.

Regards,