Logo changing

September 08 Joomla Templates
rmeijer
Sun Oct 05, 2008 8:23 pm
Little tip for those who want to change their logo, height and width.
Because only changing a#logo will work for Firefox, but not for IE7.

Changes can be made in (ofcourse): template_css.css

Line 274:
Code: Select all
div#top_wrap {
   height: ???px


Line 250:
Code: Select all
a#logo {
   width: ???px;
   height: ???px;
   float: left;
   margin-top: 10px;
   display: block;
}


Good luck!
User avatar

GK User
Tue Oct 07, 2008 11:11 am
Cool, I just hit this problem last night - will go home and try it out.
User avatar
Fresh Boarder

GK User
Wed Jan 07, 2009 6:05 pm
Nice, I have that question, but is solved, very useful. Thanks
User avatar
Fresh Boarder

GK User
Sun Feb 08, 2009 10:33 pm
Hello, I changed the code and it works in Firefox but in IE the menu is over the logo.
User avatar
Expert Boarder

GK User
Sun Feb 08, 2009 11:20 pm
Did you adjust the height of top_wrap div?

Code: Select all
div#top_wrap {
height: 102px;
}
User avatar
Platinum Boarder

GK User
Mon Feb 09, 2009 10:44 am
Yes I did, but it doesn't work.:(
User avatar
Expert Boarder

rmeijer
Mon Feb 09, 2009 1:14 pm
Do you have a link to your website?
User avatar

GK User
Tue Feb 10, 2009 11:28 am
User avatar
Expert Boarder

rmeijer
Tue Feb 10, 2009 1:08 pm
Try to add "margin-bottom:25px;"

template_css.css
line 250:


a#logo
{
width: 300px;
height: 108px;
float: left;
margin-top: 25px;
display: block;
margin-bottom:25px;
}
User avatar

GK User
Wed Feb 11, 2009 11:46 am
I tried, but it didn't work :(
User avatar
Expert Boarder

rmeijer
Wed Feb 11, 2009 2:05 pm
Try:

Line 274:
div#top_wrap {
height: 133px

If that's not working... send me an email and I can look into your code if you want to... Or add me to your msn.
User avatar

GK User
Wed Feb 11, 2009 4:16 pm
Now it works! Thank you very much for your help... i really apreciate your time and effort.
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.