-
AuthorPosts
-
May 18, 2010 at 12:17 pm #151150
I’m building this site http://enlacanchapr.com/ which looks perfect in Firefox, but the logo is truncated in IE7 (have not tried other versions). I have tried tweaking the CSS, but I’m not expert. Also, did a quick search on the forum (ja_tube, and general search feature) but have not found anything yet (not exhaustive, I admit).
Can you point me to the solution on this issue? A link to an existing answer is OK.
Thanks!
May 19, 2010 at 6:18 am #343989Well…I have spent the last 5 hours searching this forum and trying suggested solutions, but none of them have worked. Anyway, I finally did my due diligence of seaching the forum carefully before asking.
I just dicevered something. By addiong width and height lines at the hovering section I get the logo to appear when I hover the mouse over it. Why it is not showing properly by default?
h1.logo a {
background: url(../images/logo.png) no-repeat;
display: block;
height: 100px;
width: 375px;
}h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
height: 100px;
width: 375px;
}I appreciate your help on this matter.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 21, 2010 at 4:27 am #344217Thanks for visiting the site, but I found the problem. I was tweaking template.css and ie.css, but then I adjusted the header hegiht and width in the colors folder (blue.css, in my case) and the issue was solved. Thanks anyway!
GeoVi FriendGeoVi
- Join date:
- January 2009
- Posts:
- 278
- Downloads:
- 4
- Uploads:
- 17
- Thanks:
- 226
- Thanked:
- 8 times in 1 posts
December 3, 2010 at 1:38 am #365159I’m having a similiar problem and didn’t want to post a new thread. I’m trying to adjust the header space as my logo is not in its proper position. I adjusted the css.color (red in my case) to make the logo fit. I’m trying to position the logo higher in the header so it will be displayed properly. I’ve attached an image.
The site is [here].
Appreciate the help.
Regards,
Avis
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 7, 2010 at 10:59 am #365596Hi,
Please follow below steps:
1. open file templates/ja_tube/css/template.css looking for line 1189 and you will see below codes
h1.logo, .logo-text h1 {
font-size:350%;
left:20px;
margin:0;
padding:0;
position:absolute;
text-transform:uppercase;
top:20px;
}
2. Then you remove top: 20px;Let me know the results
1 user says Thank You to JA Developer for this useful post
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 7, 2010 at 10:59 am #365597Hi,
Please follow below steps:
1. open file templates/ja_tube/css/template.css looking for line 1189 and you will see below codes
h1.logo, .logo-text h1 {
font-size:350%;
left:20px;
margin:0;
padding:0;
position:absolute;
text-transform:uppercase;
top:20px;
}
2. Then you remove top: 20px;Let me know the results
1 user says Thank You to JA Developer for this useful post
GeoVi FriendGeoVi
- Join date:
- January 2009
- Posts:
- 278
- Downloads:
- 4
- Uploads:
- 17
- Thanks:
- 226
- Thanked:
- 8 times in 1 posts
December 7, 2010 at 12:44 pm #365612Thanks JA Developer! This solved my problem. I never would have figured that out so your help is greatly appreciated! I’d mark Best Answer but unsure how to do that with this new forum format.
Much gratitude,
AvisAuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by GeoVi 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Header logo truncated in JA_Tube when using IE7
Viewing 8 posts - 1 through 8 (of 8 total)