Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rolandcox Friend
    #191665

    Hi

    I’m trying to increase the height of the logo container at http://aspiral.co.za/jupgrade and I’m stumped.

    If you visit the page you’ll see what the issue is. The container is too short to display the whole logo. For the life of me, I ccan’t see where the height of the div is set.

    Can you help me?

    Thank you!

    Ninja Lead Moderator
    #510193

    My solution will help you to solve it

    Open templates/ja_mendozite/css/template.css file

    from

    h1.logo { width: 329px; height: 35px; }

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

    change to

    h1.logo { width: 330px; height: 120px; }

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

    Don’t forget to clear cache from Admin area after changed

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 6 months ago.

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