How can i adjus thhe Logo size

Support forum dedicated to GameNews game Joomla template perfect for gamers, game portal news and reviews with dedicated extensions for rating and video 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
Sun Feb 24, 2013 3:57 pm
Reply with quote
Report this post
I can not find where I can adjust the logo size in this template?
if not possible what is the set size?

thank you
User avatar
Senior Boarder

GK User
Sun Feb 24, 2013 7:47 pm
Reply with quote
Report this post
Hi, first upload your new logo,
second go to this file: gk_gamenews\css\template.css - find line 242 & change value

Code: Select all
#gkLogo.cssLogo {
   background: transparent url('../images/style1/logo.png') no-repeat 0 0;
   /* You can specify there logo size and background */
   height: 48px;
   width: 240px;
}
User avatar
Platinum Boarder

GK User
Sun Feb 24, 2013 8:27 pm
Reply with quote
Report this post
thank you for your response on Sunday ;)
but if I make those changes they will be overriden when updating?

is there a file like custom.css or similar other template providers use?
User avatar
Senior Boarder

GK User
Mon Feb 25, 2013 9:38 am
Reply with quote
Report this post
Hi, sure you can, so you don't have to worry about template update.
In Gavick Template Configuration: choose "Advanced settings" Tab , there you will find: CSS override (you'll be able to use your own override.css file it's our "custom.css") or use Custom CSS code
User avatar
Platinum Boarder

GK User
Mon Feb 25, 2013 4:22 pm
Reply with quote
Report this post
thank you... but I can not get this working?

I have firebuged the css code and it appears that the contact form fields line height is beeing styled from:

.formResponsive select, .formResponsive input
{
height: 18px;
line-height: 13px;
}

so I added that code with changed heights into 28px but nothing happens?

what am I doing wrong?
the particular page in my case is:
http://www.croatia-taxitransfers.com/contact-us.html
User avatar
Senior Boarder


cron