Logo Help

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat May 17, 2014 3:52 pm
Reply with quote
Report this post
Hi finding it hard to sort my logo our, just cant seem to code it right.
Please could you help
I would like my logo size in the pic below to be height 90px and width 145px
so the height is like in the same alignment as the advertising banner as shown in the pic.

Image

For the 2nd logo thats in the menu that comes down after moving down the page
i would like a different logo image but the height 40 px and width 64 px like the image below

Image

please could you send me the code to do this and where to place the code please.

Thank you
User avatar
Junior Boarder

GK User
Sun May 18, 2014 11:05 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Sun May 18, 2014 11:17 am
Reply with quote
Report this post
Hi, sorry i do not have a url available.
But its the same as the demo i have not touched the logo bit as i couldn't config it.
User avatar
Junior Boarder

GK User
Mon May 19, 2014 5:39 pm
Reply with quote
Report this post
bump please could i have help just waiting on this, then im happy
User avatar
Junior Boarder

GK User
Tue May 20, 2014 10:28 am
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkLogo.cssLogo {
width: 145px;
height: 90px;
}
#gkLogoSmall.cssLogo {
width: 40px;
height: 60px;
}


But this is going blind and might just not work correctly.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun Jul 13, 2014 9:22 am
Reply with quote
Report this post
thanks it works but i would like #gkLogoSmall.cssLogo to be a different image how would i do this please?
User avatar
Junior Boarder

GK User
Mon Jul 14, 2014 10:47 am
Reply with quote
Report this post
Have a proble to with our Logo (cant post the site) 246x90px. Change everything, but nothing happens.

the Logo were split (Screenshot1)
logo1.jpg


and overlap the mainmenu if the user scroll (Screenshot2)
logo2.jpg
User avatar
Expert Boarder

GK User
Tue Jul 15, 2014 1:41 pm
Reply with quote
Report this post
Overlapping I fixed, but the Logo displayed twice in the left window corner.

This is the Code, I found via Firebug of the second Logo

Code: Select all
<div id="gkFixedMenu" class="">
<div class="gkPage">
<a id="gkLogoSmall" href="http://www.xxx.net/dev/">
<img alt="xxx" src="http://www.xxx.net/dev/images/logo.jpg">
</a>
</div>
</div>


Can You help me?
User avatar
Expert Boarder

GK User
Tue Jul 15, 2014 4:01 pm
Reply with quote
Report this post
Is your site live? Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Jul 16, 2014 8:12 pm
Reply with quote
Report this post
Cyberek wrote:Is your site live? Could you please post an url to your site?


send you a private message, because the url is not for the public
User avatar
Expert Boarder

GK User
Thu Jul 17, 2014 10:58 am
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkFixedMenu {
top: -100px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Jul 17, 2014 12:00 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkFixedMenu {
top: -100px;
}

Remember to enable "CSS override" in template settings - advanced section.

thanks that runs for me
User avatar
Expert Boarder

GK User
Mon Jul 21, 2014 7:29 am
Reply with quote
Report this post
Is there anything else I can help you with on this topic?
User avatar
Moderator


cron