-
AuthorPosts
-
rud0lph Friend
rud0lph
- Join date:
- January 2012
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 18, 2012 at 11:37 am #181514Ja_edenit is displaying well in all browsers except IE7 where the defined height is being ignored and the logo is being cut off. Please tell me what adjustments are required to resolved the issue.
Additionally, the template is not recognizing the new favicon even though it is present in the template directory.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 19, 2012 at 3:27 am #470516We do not support IE7 browser: http://www.joomlart.com/blog/news-updates/joomlart-to-stops-ie7-support-wef-from-1st-august-2012
But on this case you can fix it:
<blockquote>Open templates/j25_cbsi/css/template.css file</blockquote>
from
h1.logo { height: 91px; margin: 8px 0 0; width: 972px; }
h1.logo a {
background: url(../images/logo.gif) no-repeat left;
height: 91px;
width: 972px;
}
change to
h1.logo { height: 91px !important; margin: 8px 0 0; width: 972px; }
h1.logo a {
background: url(../images/logo.gif) no-repeat left;
height: 91px !important;
width: 972px;
}AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Header not displaying properly in IE7
Viewing 2 posts - 1 through 2 (of 2 total)