HOW TO POSITION LOGO AT CENTER?

GK User
Mon May 09, 2011 5:51 pm
I am trying to move logo to center. I tried to change float position in css but no luck
Is to possible to help me center it and to fix the background picture that moved up since i changed the logo size to 200x200px?

the link to my site is www.fsc.gr/site

Thanks
User avatar
Fresh Boarder

teitbite
Wed May 11, 2011 1:52 am
Hi

I can see You've manage to do this. What was the answer ?
User avatar
Moderator

GK User
Wed May 11, 2011 4:07 pm
Hi,

I added the following at override.css


h1.logo {
position: absolute;
top: 40px;
left:390px;
}

#gk-wrapper {
margin-top:20px;
}

and i enabled the override css option at template settings
User avatar
Fresh Boarder

teitbite
Sat May 14, 2011 11:55 pm
Hi

Thanks for the info :) really good solution.
User avatar
Moderator


cron