Logo/Menu position

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Fri Nov 05, 2010 7:26 pm
I used the following in the override.css to accommodate my logo size, but menu bar aligns with the top of the logo instead of the bottom. What is is the best way to move the menu bar back down to better represent the positioning in the sample template?

Site here

Thanks.

Code: Select all
h1.logo { background:transparent url('../images/style1/logo.png') no-repeat 0 0; float:left; height:189px; margin:0px 0 0 0; padding:0; width:318px; }
h1.logo a { background:transparent; display:block; height:189px; margin:0; padding:0; text-indent:-999em; width:318px; }
User avatar
Fresh Boarder

teitbite
Sat Nov 06, 2010 6:16 pm
Hi

Try maby:

Code: Select all
h1.logo{ position:absolute; top:0px; }
User avatar
Moderator


cron