logo and banner-top position

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 Mar 20, 2014 11:05 am
Reply with quote
Report this post
Hi,

I have substituted your logo image (from css) with my logo image (from file). Since my logo image is 90x90px, if I leave it alone (without the banner-top) is looks like this:
logo.jpg


if I insert the banner in banner-top position (which is 728x90) it looks like this:
banner.jpg

It would be right but I need to reduce the space at the bottom of the logo.

Can you help me adjusting the logo with the banner displayed?
Thank you.
User avatar
Expert Boarder

GK User
Sat Mar 22, 2014 8:58 pm
Reply with quote
Report this post
Hello,

Most probably (I've no access to your website so I'm guessing) you will have to edit the css/template.css file and reduce top margin in the following fragment:

Code: Select all
#gkLogo,
#gkLogoSmall {
   float: left;
   height: 40px;
   margin: 45px 0 35px 0;


In original code top margin is 45px.
User avatar
Administrator

GK User
Mon Mar 24, 2014 4:55 pm
Reply with quote
Report this post
Hi, I have reduced the top margin at 30px but it displays like this
logo_01.jpg


with original margins shows like this
logo_02.jpg


If I disable the leaderboard banner, in the 1st case it displays like the picture above, with original margins it shows like the picture under
logo_banner.jpg


If you need to access my website I can send you a pm with login and password.

I must fix this problem (and the others) as soon as possible because I have to put the site online. it's too long that is offline.... It would be great if someone can follow me step-by-step with my here and there troubles to adjust my website. there are few little troubles, not so big but important!!!
thank you.
User avatar
Expert Boarder

GK User
Mon Mar 24, 2014 11:07 pm
Reply with quote
Report this post
Please send me the PM message in this case - I'll need to analyze the code.
User avatar
Administrator

GK User
Tue Mar 25, 2014 11:50 am
Reply with quote
Report this post
message sent.
User avatar
Expert Boarder

GK User
Wed Mar 26, 2014 6:48 pm
Reply with quote
Report this post
Please replace your code for logo in css/override.css file to the following fragment:

Code: Select all
#gkLogo, #gkLogoSmall {
float: left;
height: 90px;
margin: 15px 0 15px 0;
padding: 0;
text-indent: -999em;
text-shadow: none;
width: 90px;
display: block;
}


Then the position of logo won't change even if the banner will be disabled.
User avatar
Administrator

GK User
Thu Mar 27, 2014 1:19 pm
Reply with quote
Report this post
thank you very much. now it works perfectly!!!
User avatar
Expert Boarder


cron