Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • xxxvinixxx Friend
    #191681

    Hello!
    Please tell me how to change the size of the logo?

    TomC Moderator
    #510144

    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 your site to “Development Mode” within your Template Manager–General settings

    xxxvinixxx Friend
    #510185

    <em>@TomC 395113 wrote:</em><blockquote>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 your site to “Development Mode” within your Template Manager–General settings</blockquote>
    http://sportsbookie.ru/

    Ninja Lead Moderator
    #510188

    I have checked URL of your site. But your site is using logo text or not logo image. You can try the following to change size of your logo text

    Open templates/ja_fubix/less/navigation.less file


    .t3-mainnav {
    background: @white;
    border-bottom: solid 1px #d5d5d5;
    height: @navbarHeight; <- change height if you like

    Open templates/ja_fubix/less/style.less file


    .logo {
    border-left: solid 1px @T3borderColor;
    border-right: solid 1px @T3borderColor;
    height: @navbarHeight; <- change height if you like
    float: left;
    display: inline-block;

    h1, h1 a {
    display: inline-block;
    line-height: 1;
    margin: 5px 10px 0 10px;
    }
    }

    xxxvinixxx Friend
    #510221

    I’ll set the image. How to be with him?

    TomC Moderator
    #510230

    <em>@xxxvinixxx 395213 wrote:</em><blockquote>I’ll set the image. How to be with him?</blockquote>
    Not sure what you mean by “how to be with him?” :confused:

    xxxvinixxx Friend
    #510272

    The size of my image 328 x 92. How do I properly set in the code?

    Ninja Lead Moderator
    #510487

    If you want to set Image logo you can follow as below

    1) Login to back-end site and change the config to image logo

    2) Change the css style as

    From

    .logo-image a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 70px;
    height: 17px;
    }

    .t3-mainnav {
    background: #fff;
    border-bottom: solid 1px #d5d5d5;
    height: 50px;
    }

    Change to

    .logo-image a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 328px;
    height: 92px;
    }

    .t3-mainnav {
    background: #fff;
    border-bottom: solid 1px #d5d5d5;
    height: 92px;
    }


    1. setImageLogo
    crnamrlja Friend
    #557152

    Hello,

    I want to do the same thing and I have tried changing the code of green template css file, but there is no change.

    Which file is responsible for the logo size?

    “Under contruction” version of the site is here
    http://zivotinjsko-carstvo.com/final/

    Thank you for your time!

    Ninja Lead Moderator
    #557320

    <em>@crnamrlja 455615 wrote:</em><blockquote>Hello,

    I want to do the same thing and I have tried changing the code of green template css file, but there is no change.

    Which file is responsible for the logo size?

    “Under contruction” version of the site is here
    http://zivotinjsko-carstvo.com/final/

    Thank you for your time!</blockquote>

    I see the logo on your site is very big and it doesn’t look good on mobile view port.

    In backend settings (template manager section) of this template, we provide options so that you can add logo for both desktop and mobile versions. See this screenshot

    For the desktop logo, you can find the declaration in templates/ja_fubix/local/css/themes/green/template.css file

    Find and change

    .logo-image a {
    display: block;
    padding: 15px 15px 0;
    width: 400px;
    height: 46px;
    }

    To

    .logo-image a {
    display: block;
    padding: 2px;
    width: 400px;
    height: 46px;
    }


    1. fubix_logo
    histeam Friend
    #557835

    I also face same thing, I have tried to edit it, but it doesn’t change, please help

    this is my url site: rental supplier.com.my

    TomC Moderator
    #557881

    <em>@histeam 456520 wrote:</em><blockquote>I also face same thing, I have tried to edit it, but it doesn’t change, please help

    this is my url site: rental supplier.com.my</blockquote>

    Your site appears to be password protected

    TomC Moderator
    #557885

    <em>@histeam 456520 wrote:</em><blockquote>I also face same thing, I have tried to edit it, but it doesn’t change, please help

    this is my url site: rental supplier.com.my</blockquote>

    What are the dimensions of your logo – as you would like for it to be displayed?

    histeam Friend
    #557886

    214 x 40 px

    thank you

    TomC Moderator
    #557887

    <em>@histeam 456588 wrote:</em><blockquote>214 x 40 px

    thank you</blockquote>

    214px width, 40px height ?? – or vice versa?

Viewing 15 posts - 1 through 15 (of 20 total)

This topic contains 20 replies, has 5 voices, and was last updated by  Ninja Lead 9 years, 5 months ago.

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