Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • dcross02 Friend
    #195883

    Changing the logo size was simple in other Joomlart templates. Can someone give me a quick step-by-step on how to do this? I need to use a larger 263 W x 84 H logo. Thanks!

    Hayden A Friend
    #527084

    @dcross02,
    You need login backend => Template Manager => JA Biz Default => click Tab Theme => click button select and choose image ( pls see screenshot http://easycaptures.com/fs/uploaded/676/9650027264.png)

    Or you can follow this guide http://t3-framework.org/documentation/bs3-customization#logo-custom

    Alternatively, you can save larger logo ( 263×84 ) with name logo.png to the templatesja_bizimages path.

    chavan Friend
    #527085

    Create custom.css file following the tutorial http://t3-framework.org/documentation/bs3-customization#custom-css

    Add this code to created custom.css

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

    }

    dcross02 Friend
    #527206

    Thanks, Chavan. The thing that confused me about the tutorial was the instruction to look for custom.css in this directory:

    templates/t3_blank/css

    I thought I was looking for a directory under templates called t3_blank, which obviously is not there. What the tutorial means is this:

    templates/YOUR-TEMPLATE-NAME/css

    Create the custom.css there and your good to go.

    chavan Friend
    #527247

    If you are confused then post the css code in this file path /templates/ja_biz/css/template.css

    this would solve the issue.

    For Example :

    custom.css must be upload in this path /templates/ja_biz/css/custom.css

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

This topic contains 5 replies, has 3 voices, and was last updated by  chavan 10 years, 8 months ago.

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