Changing the size of the logo(area)

February 2013 WordPress Theme
GK User
Wed Apr 10, 2013 8:54 pm
Hi all,

I 'am trying to change the size of the logo, but when i do that in the admin panel it dossend do any thing.
I need an bigger logo area.

Thanks in advance

Remco
User avatar
Fresh Boarder

GK User
Thu Apr 11, 2013 7:16 am
Hi,

Could you provide your website URL (here or send me PM). Then I'll be able to check it.
User avatar
Moderator

GK User
Fri Apr 12, 2013 3:52 pm
In this case, you have to edit themes/Magazine/css/template.css file.
Find this fragment (around line 568):
Code: Select all
#gk-head a.imageLogo,
#gk-head a.imageLogo img {
   display: block;
}

and add width property:
Code: Select all
#gk-head a.imageLogo,
#gk-head a.imageLogo img {
   display: block;
   width: 235px;
}


Customize this property, I used value 235px.
User avatar
Moderator


cron