Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Makis77 Friend
    #146380

    Hi.
    I ve edited template.css in order to change the logo height.
    So i replaced this code:

    [PHP]/* Logo Image —*/
    h1.logo { height: 45px; width: 236px; }

    h1.logo a {
    background: url(../images/logo.gif) no-repeat left;
    display: block;
    height: 45px;
    width: 236px;
    }

    h1.logo a span { position: absolute; top: -1000px; }[/PHP]

    with this code:

    [PHP]/* Logo Image —*/
    h1.logo { height: 140px; width: 450px; }

    h1.logo a {
    /* background: url(../images/logo.gif) no-repeat left;*/
    background: url(../images/logo.png) no-repeat left;
    display: block;
    height: 140px;
    width: 450px;
    }

    h1.logo a span { position: absolute; top: -1000px; }[/PHP]

    After viewing my test website with Opera, FF and IE8 i saw that logo changed and everything was fine.
    Just today i viewed website again but this time with IE7 and saw that logo overlaps menu bar.
    So the problem is that the menu bar doesnt move down as it should, it remains in the original position so when i increase logo’s height i get logo over the menu bar.

    I ve tried to edit ie7minus.css but couldnt find anything related.

    Paul Wallen Friend
    #325081

    I have the same issue with IE7 only. Someone please help?

    Menu does not move down with higher logo size.

    fvcic.com

    Paul Wallen Friend
    #325082

    Think I found the fix. Increase the height of the header:

    #ja-header .main { background: #f6f6f6; height: 110px; }

    Makis77 Friend
    #325193

    Yes, that did it.
    In the meanwhile i found a hack to bypass this problem, i edited /layouts/header.php and adder
    3 break tags
    [PHP]<br /><br /><br />[/PHP]
    unde the last </div>.

    Of course your fix is by far the best one and recommended!

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Makis77 14 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum