change logo width

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Jul 18, 2012 7:36 pm
When I change the logo width in template.css from 138 to 310 or whatever it removes the logo from this site. Any ideas on why that's happening or another way to change the width? Thanks!
User avatar
Senior Boarder

GK User
Fri Jul 20, 2012 9:05 am
Try adding following css code with your required size in override.css file located in templates/gk_templatename/css/override.css and enable it in template settings > advanced settings > css override "on".

If using Css option
Code: Select all
h1#gkLogo a.cssLogo { width: 310px; height: 60px;}

or if using image option
Code: Select all
h1#gkLogo a img { width: 310px; height: 60px;}


See you around...
User avatar
Platinum Boarder

GK User
Mon Jul 23, 2012 8:16 pm
that did it! THANKS!!!!!!!!!
User avatar
Senior Boarder

GK User
Tue Jul 24, 2012 4:19 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron