Size logo

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 Jul 19, 2013 7:06 pm
Reply with quote
Report this post
Hi, how could I have the logo bigger??
Thanks a lot
User avatar
Gold Boarder

GK User
Fri Jul 19, 2013 7:08 pm
Reply with quote
Report this post
Please replace file:
/templates/gk_startup/images/style1/logo.png'
with your bigger image and use this css:
Code: Select all
#gkLogo.cssLogo {background: rgba(0, 0, 0, 0) url('../images/style1/logo.png') no-repeat 0 0; height: 77px; width: 140px;}

correct width and height to your logo width and height.

Please read first about adding custom CSS:
http://www.gavick.com/documentation/joo ... -template/
User avatar
Moderator

GK User
Fri Jul 19, 2013 7:21 pm
Reply with quote
Report this post
tHANKS A LOT
User avatar
Gold Boarder

GK User
Sun Jul 21, 2013 9:00 pm
Reply with quote
Report this post
Hi, could you help me with this, please??

Thanks a lot
User avatar
Gold Boarder

GK User
Mon Jul 22, 2013 5:55 pm
Reply with quote
Report this post
How could I help You?
User avatar
Moderator

GK User
Mon Jul 22, 2013 5:57 pm
Reply with quote
Report this post
If You dont know how to use override:

Please edit: /templates/gk_startup/css/override.css and inset the code from previous post to it at its end
The enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jul 22, 2013 9:03 pm
Reply with quote
Report this post
Yes, I did this but don't work.
I know how to use override bvut the problem is that the image logo is not in style1:
#gkLogo.cssLogo {background: rgba(0, 0, 0, 0) url('../images/style1/logo.png') no-repeat 0 0; height: 77px; width: 140px;}
then this don't work, the image is in images/logo

You can see it here
http://s365430443.mialojamiento.es/paz/

but if I ib¡nsert the code '../images/logo.png don't change the size...

Thanks
User avatar
Gold Boarder

GK User
Mon Jul 22, 2013 9:12 pm
Reply with quote
Report this post
Only works If I modificated the joomla.css (max width)
User avatar
Gold Boarder

GK User
Mon Jul 22, 2013 9:59 pm
Reply with quote
Report this post
Ok, your html is a little bit different than original, so the css have to be different also:
Code: Select all
#gkLogo {width: 140px;}


Modify the width to suit your needs.
User avatar
Moderator

GK User
Mon Jul 22, 2013 10:28 pm
Reply with quote
Report this post
Waw!! fantastic!!
Thanks!!
User avatar
Gold Boarder


cron