moving the logo above the menu...

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sat Apr 24, 2010 12:10 pm
Hi everyone,

I want to move the logo above the menu and stretch the menu all the way across the page. This is because the logo will be very long, and it would be better if it's on a line of it's own...

How can i do this? I know its in the template folder... i figured out how to stretch the menu, but how can i move up the logo?

Regards,

Miro
User avatar
Fresh Boarder

GK User
Mon Apr 26, 2010 5:30 am
hi, same problem here. i must have an solution like this: www.mykreisgy.de

Is that possible?

Thanks for your answer.
User avatar
Fresh Boarder

teitbite
Tue Apr 27, 2010 7:30 am
Hi

Please try to modyfie the class in template.css to something like this:

Code: Select all
h1.logo {
background:url("../images/logo.png") no-repeat scroll 0 0 #F4F2EF;
height:40px;
padding:0 10px 0 0;
position:absolute;    <--- ADD THIS
top:-16px;            <--- AND THIS
width:150px;
}
User avatar
Moderator


cron