test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • voonchung Friend
    #922344

    http://www.batelar.com/mys

    Referring to the site, the logo (top left) seems compressed and vertically from the original design.

    May i know how to adjust the height and width of logo so as not limited by the preset size/pixel?

    Thanks

    Pankaj Sharma Moderator
    #922348

    Hi
    Go to /templates/ja_social_ii/local/css/template.css
    Find this code

    .logo {
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    replace it with

    .logo {
        height: 80px;
        line-height: 50px;
        text-align: center;
    }

    Also find this and set the height 90px

    .logo-image img {
        max-height: 24px;
    }

    Now find and remove below code form your custom.css file

    .logo-image > a > img {
        width: 130px;
        height: 174px;
    }

    Hope it help you .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 8 months ago.

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