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:
Line 250:
Good luck!
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!
- GK User
- Tue Oct 07, 2008 11:11 am
Cool, I just hit this problem last night - will go home and try it out.
-
- Fresh Boarder
- GK User
- Wed Jan 07, 2009 6:05 pm
Nice, I have that question, but is solved, very useful. Thanks
-
- 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.
-
- Expert Boarder
- GK User
- Sun Feb 08, 2009 11:20 pm
-
- Platinum Boarder
- GK User
- Mon Feb 09, 2009 10:44 am
Yes I did, but it doesn't work.
-
- Expert Boarder
- rmeijer
- Mon Feb 09, 2009 1:14 pm
Do you have a link to your website?
- 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;
}
template_css.css
line 250:
a#logo
{
width: 300px;
height: 108px;
float: left;
margin-top: 25px;
display: block;
margin-bottom:25px;
}
- GK User
- Wed Feb 11, 2009 11:46 am
I tried, but it didn't work
-
- 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.
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.
- 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.
-
- Expert Boarder
12 posts
• Page 1 of 1