Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rud0lph Friend
    #181514

    Ja_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.


    1. Screen-Shot-2012-10-18-at-5.35.26-AM
    Ninja Lead Moderator
    #470516

    We 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;
    }

Viewing 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