Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sebbs Friend
    #196787

    hi, I am using the Biz template.
    Trying to work on the logo … I replaced the logo.png in the images folder (/templates/ja_biz/images/logo.png) and now it’s getting scalled to 92px × 40px from 193px × 84px – how and where do I edit the sizing of the graphic?
    I looked in the template.css file and there’s no h1.logo (which is how i usually updated the sizing in other templates)
    Can someone point me to the right direction?
    Thanks.

    Radonja Djurisic Friend
    #531010

    Hello @sebbs

    please fallow this guide

    http://www.joomlart.com/forums/topic/how-do-i-change-the-logo-size/

    let me know is this ok

    Tolja

    sebbs Friend
    #531045

    this didnt help me .. I already added the logo in the template manager… but its too small
    what do I add “specifically” in my custom code? my graphic is 193px × 84px

    Radonja Djurisic Friend
    #531047

    @sebbs
    create custom.css file and add file in css folder here is path
    /templates/ja_biz/css/

    edit custom.css file and add this code in

    @media (min-width:981px){

    .logo-image .logo-img{
    max-height:84px !important;
    }

    .t3-mainnav .container{

    height: 125px;
    }

    .t3-mainnav .t3-navbar{
    margin-top: 25px;
    }

    .head-search {
    margin-top: 25px !important;
    }
    }

    sebbs Friend
    #531157

    Thank you very much! Worked great!

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

This topic contains 5 replies, has 2 voices, and was last updated by  sebbs 10 years, 7 months ago.

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