Logo Position

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Feb 29, 2012 10:50 am
Hello,

I have installed Corporate 2 for Joomla 2.5 on my localhost. I have a 450X110 logo and then I edit file at templates\gk_corporate2\css\template.css (line 61)

Code: Select all
 h1#gkLogo a img { display: block; height: 110px; margin: 0; width:450px; top: 0; left:0; }


I need to move that logo upper because right now the logo was on top of the other menu.

Looking forward to assistance and replies here.
User avatar
Junior Boarder

Konrad M
Wed Feb 29, 2012 11:18 am
Hi
Please give us link to your site. And for future please all template modifications add to override.css. It will avoid future issues when you will want to update template.
User avatar

GK User
Wed Feb 29, 2012 2:19 pm
Hi Konrad M,

Thanks for your reply. As your advise, I was change it to override.css file. Currently the site is being developed on my localhost and I don't have webhosting yet.

Do you have any suggestion?
User avatar
Junior Boarder

GK User
Wed Feb 29, 2012 5:41 pm
Hi,

This is my website address for your reference.

http://adudu.cloudaccess.net/

I've sent you PM about login credentials. Please check it.
User avatar
Junior Boarder

Konrad M
Thu Mar 01, 2012 10:55 am
Change code from override.css
Code: Select all
h1#gkLogo a img {
    display: block;
    height: 110px;
    left: 0;
    margin: 0;
    top: 0;
    width: 450px;
}

to this one
Code: Select all
h1#gkLogo a img {
    display: block;
    height: 110px;
    left: 0;
    margin: -60px 0 0;
    top: 0;
    width: 450px;
}
User avatar

GK User
Thu Mar 01, 2012 12:46 pm
Hi Konrad M,

It works like a charm! Many thanks! :D
User avatar
Junior Boarder

Konrad M
Mon Mar 05, 2012 8:58 am
Great :)
User avatar

GK User
Thu Mar 08, 2012 8:59 am
I'm facing a problem with Image Show GK4 module (when publish it at header position). Please look at http://adudu.cloudaccess.net/.

This problem happen when I'm using the code you gave me earlier.

Please advice.
User avatar
Junior Boarder

Konrad M
Thu Mar 08, 2012 10:07 am
Remove erlier code and put this in to override.css
Code: Select all
#gkLogo {
    height: 110px;
}
h1#gkLogo a img {
margin:0;
}
User avatar

GK User
Thu Mar 08, 2012 10:28 am
It change my Logo smaller! Actual size is 450X110.
User avatar
Junior Boarder

Konrad M
Thu Mar 08, 2012 10:29 am
Give me your logo dimensions.
User avatar

GK User
Thu Mar 08, 2012 10:31 am
My logo dimension is 450x110.
User avatar
Junior Boarder

Konrad M
Thu Mar 08, 2012 10:34 am
add this to override.css
Code: Select all
#gkLogo a,
h1#gkLogo a img {
    height: 110px;
    width: 450px;
}
User avatar

GK User
Fri Mar 09, 2012 2:48 am
It doesn't work. Please see at http://adudu.cloudaccess.net/
User avatar
Junior Boarder

GK User
Fri Mar 09, 2012 11:21 pm
Hi Konrad M,

Do you have any updates for me?
User avatar
Junior Boarder

Konrad M
Sun Mar 11, 2012 7:43 pm
Try this

#gkLogo {
height: 110px;

}

h1#gkLogo a img {

margin: -65px 0 0;
}
User avatar

GK User
Mon Mar 12, 2012 1:17 am
It still doesn't work. Konrad M, you I've sent you PM about login credentials since 1st Mac, please check it. To save our time, I hope you can try first yourself.
User avatar
Junior Boarder

GK User
Mon Mar 12, 2012 1:30 am
Hi

Please use instead this code on override.css file:

Code: Select all
#gkLogo {width: 450px; height: 110px; margin-top: -65px }
#gkLogo img{width: 450px!important; height: 110px!important}
User avatar
Platinum Boarder

GK User
Mon Mar 12, 2012 1:47 am
Hi Seichinha, thanks for this code. It works perfect for me. :D
Also thanks to Konrad M for helping me on this post.
User avatar
Junior Boarder

teitbite
Mon Mar 12, 2012 8:43 pm
Hi

I got Your mail, but I see it's solved already :) Sorry for being late.
User avatar
Moderator

GK User
Wed May 16, 2012 9:39 pm
I have the same problem, and use the CSS code provided in the CSS override and is not working.

I download the Template just recently so I don't know if the codes changes.

So I need to move the logo up.

http://popac.dev.edukgroup.net/

Regards,
Jose
User avatar
Fresh Boarder

Konrad M
Thu May 17, 2012 10:34 am
Unfortunetly your link doesn't work.
User avatar

teitbite
Thu May 17, 2012 4:54 pm
josenevarez wrote:I have the same problem, and use the CSS code provided in the CSS override and is not working.

I download the Template just recently so I don't know if the codes changes.

So I need to move the logo up.

http://popac.dev.edukgroup.net/

Regards,
Jose


Hi

I can see You've made it already with the code I adviced. Is there anything else I can help You with ?

Code: Select all
h1#gkLogo a.cssLogo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 120px;
    left: 0;
    margin: 0;
    position: relative;
    text-indent: -999em;
    top: -65px;
    width: 150px;
    z-index: 1001;
}
User avatar
Moderator


cron