Logo image

Professional Joomla social template with metro design and JomSocial extension support.
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
Thu Sep 12, 2013 8:10 pm
Reply with quote
Report this post
Hi, when I insert the logo like image, is soooo little.
If I set at 300% is "normal" but I'm afraid to change the CSS.
How must I do??

Thanks a lot.
User avatar
Gold Boarder

GK User
Thu Sep 12, 2013 8:31 pm
Reply with quote
Report this post
Hi,
I suppose that you need image logo.
Default code look like this:
#gkLogo {
display: block;
float: left;
margin: 50px 0;
padding: 0;
text-indent: -999em;
text-shadow: none;
transition: background-color 0.3s linear 0s;
width: 157px;
}

So you have to change width value from 157px to your logo size.

Use this

Code: Select all
#gkLogo {
    width: 250px;
}


If your logo have 250px of width
If you want to reduce margin top & bottom change also this

Code: Select all
#gkLogo {
    width: 250px;
   margin: 15px 0;
}


TIP:
How to use CSS code in safe way: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Thu Sep 12, 2013 9:02 pm
Reply with quote
Report this post
Thanks a lot!!
Perfect.
Now I only need to know why don't work the animation of Grid GK5

THAAAAAAAAAAAAANKSSSSSSSSSSSSSSSS
YOU ARE GREEAT!!
User avatar
Gold Boarder


cron