Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • zalely Friend
    #200205

    How to expand logo block in JAFixel?

    pavit Moderator
    #544314

    Hi

    In Ja_Fixel the block where logo is defined is the header.php file

    You can manage logo width and height via css file template.css

    .logo-image {
    overflow: hidden;
    width: 60px;
    height: 60px;
    }
    .logo-image .brand {
    padding: 13px 20px;
    }
    .logo-image a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 38px;
    height: 30px;
    display: block
    }

    zalely Friend
    #544320

    I tried that but it has not affected the template.

    pavit Moderator
    #544335

    <em>@zalely 439267 wrote:</em><blockquote>I tried that but it has not affected the template.</blockquote>

    Hi

    If you can post a link to your website we can check better your actual settings

    zalely Friend
    #544351

    It still only on my computer

    pavit Moderator
    #544352

    In your custom.css file add this

    .logo-image a {
    background-image: url("../images/logo.png"); <------change here if you want your logo image
    width: 38px; <---------set your width
    height: 30px;<---------set your height
    }

    zalely Friend
    #544396

    Where is the exact location of theis file?

    pavit Moderator
    #544398

    <em>@zalely 439365 wrote:</em><blockquote>Where is the exact location of theis file?</blockquote>

    Hi

    You can have a look at the Joomlart FAQ for customizing logo block and files HERE

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

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

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