change logo size?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Oct 12, 2012 11:56 am
Reply with quote
Report this post
Hi, I have a problem. I want to change the size of the logo nn but I can not?
how can I do? :(
The website address is: http://www.atistecnologie.it
User avatar
Fresh Boarder

Konrad M
Fri Oct 12, 2012 12:04 pm
Reply with quote
Report this post
Hi,
can you give us cirrect url to your site ?
User avatar

GK User
Fri Oct 12, 2012 2:10 pm
Reply with quote
Report this post
Excuse me, can try www.atistecnologie.it
User avatar
Fresh Boarder

Konrad M
Mon Oct 15, 2012 7:24 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
#gkLogo {
width:220px !important;
}

and set your own value. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Oct 16, 2012 5:20 pm
Reply with quote
Report this post
I ve changed the size of my logo (makebagsnotwar.nl), which worked nicely. I now only have a problem in the mobile version, where the logo is bigger than the actual template. I tried changing the logo in mobile.css, but it kees on taking the image defined in the style2.css
Is tehre any way to fix this?
User avatar
Junior Boarder

GK User
Sat Oct 20, 2012 7:37 pm
Reply with quote
Report this post
Any idea?
User avatar
Junior Boarder

Konrad M
Mon Oct 22, 2012 11:13 am
Reply with quote
Report this post
It is happend becasue you have set style2. and it is load later then mobile so your rule is overrided. Try comment this in style2
Code: Select all
#gkLogo.cssLogo {
  background-color: #333333; /* background-color: #a1a177;*/
  background-image: url('../images/style2/logo.png');
}
User avatar

GK User
Fri Oct 26, 2012 8:48 am
Reply with quote
Report this post
Thanks a lot! That got me on the right way!
User avatar
Junior Boarder

GK User
Fri Oct 26, 2012 9:24 am
Reply with quote
Report this post
Hmm, I thought it did, and it did a bit... but on the mobile view it still grabs the picture for the main logo and not the mobile version. Any ideas?

Louiszelf wrote:Thanks a lot! That got me on the right way!
User avatar
Junior Boarder

GK User
Thu Nov 08, 2012 7:09 pm
Reply with quote
Report this post
THANK YOU, for guiding me in the solution. www.atistecnologie.it :D
User avatar
Fresh Boarder


cron