test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • sergeyyaryshkin Friend
    #199300

    Hi,

    I found in the threads answers that in order to do resize photo I need make change in custom.css file.
    But I did not find this file.

    That this file in templates/ja_biz/css

    do it really this file name?

    Regards,

    Sergey

    TomC Moderator
    #540664

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “No/Off” within your Template Manager — General settings.

    Also, please advise as to which version of JA Biz you are working with – J2.5 or J3.x (T3V2)

    sergeyyaryshkin Friend
    #540685

    Hi, thank you Tom, for answering.

    website: smartbranding.ru

    joomla version 3.0

    I put css optimize setting to off position

    Regards,

    Sergey

    TomC Moderator
    #540688

    <em>@sergeyyaryshkin 434555 wrote:</em><blockquote>Hi,

    I found in the threads answers that in order to do resize photo I need make change in custom.css file.
    But I did not find this file.

    That this file in templates/ja_biz/css

    do it really this file name?

    Regards,

    Sergey</blockquote>

    You need to create the custom.css file yourself
    . . . . so the file path will be –> /templates/ja_biz/css/custom.css

    Then, within that custom.css file, paste the following CSS rule:


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

    Modify the “max-height” property to/with whatever pixel value you wish.

    😎

    alexsmirnov Friend
    #540689

    Hi Sergey,

    The custom.css file we are mentioning throughout our documentation needs to be created by you in /tempates/<you_template>/css/ folder.

    Hope this helps,

    Regards,

    Alex

    vydrous Friend
    #544542

    Hallo, I have problem with logo as well. It´s only 80x 40 px, but I need to have it bigger. I try to put to custom.css for example

    .logo-image .logo-img {
    height: 60px;
    }

    but nothing happens… How I can simly customize the logo size???

    Thanks a lot for your advice.

    Jan

    chavan Friend
    #544553

    Try this

    1. Go to this File: /templates/ja_biz/css/custom.css

    Replace this code


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

    with


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

    2. Go to this File: /templates/ja_biz/css/themes/green/template.css

    Replace this code


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

    with


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

    Please let me know if this works

    vydrous Friend
    #544571

    Hi Chavan, that´s much better, thx a lot!!!!

    regards:)

    Jan

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

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

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