how to move logo to the center?

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Mon Jun 04, 2012 10:20 am
I want to modify logo area of my website. Is there any way to move logo to the center? I want to display bigger image and center it by changing default left logo position.
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 10:45 am
Hi,
Can you give mu url to your site ?
User avatar

GK User
Mon Jun 04, 2012 11:07 am
www.fq-italy.eu and the logo cuts in half
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 11:39 am
Please try add to override.css
Code: Select all
#gkLogo {
width: 680px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Jun 04, 2012 12:13 pm
Konrad M wrote:Please try add to override.css
Code: Select all
#gkLogo {
width: 680px;
}

and remember to enable override.css option in template settings.


nope doesnt work...
User avatar
Fresh Boarder

Konrad M
Mon Jun 04, 2012 12:24 pm
Remove previous code and add this to override.css
Code: Select all
#gkLogo.cssLogo {
width: 610px;
left: 0;
}

and remember to enable override.css option.
User avatar


cron