Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • bingit Friend
    #191331

    howsit guys, so this is my first post..
    joined here some time back but ive been a using other templates, today i decided to start moving forward with joomlart!

    so im quite new to the joomlart story, im trying out this hawkstore template for a client, but im not getting my logo to display…
    can someone please assist me in getting my logo to fit in place…

    thanking you in advance!
    my site is
    http://www.predatorbus.co.za

    Ninja Lead Moderator
    #508870

    You can fix the problem logo issue as follow

    Open templates/ja_hawkstore/less/style.less file

    From

    .logo-image a {
    background-image: url("../../../templates/ja_hawkstore/images/themes/blue/logo.png");
    background-repeat: no-repeat;
    width: 241px;
    height: 40px;
    }

    #t3-header {
    overflow: visible;
    padding-top: 40px;
    z-index: 11;
    }

    Change to

    .logo-image a {
    background-image: url("../../../templates/ja_hawkstore/images/themes/blue/logo.png");
    background-repeat: no-repeat;
    width: 283px;
    height: 146px;
    }

    #t3-header {
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 11;
    }

    bingit Friend
    #508924

    i couldnt find the exact text as you showed, but i tried to change size, please have a look at the issue im still having!

    thanking you!

    Ninja Lead Moderator
    #509015

    <em>@bingit 393515 wrote:</em><blockquote>i couldnt find the exact text as you showed, but i tried to change size, please have a look at the issue im still having!

    thanking you!</blockquote>

    It seems that you changed template of your site to rt_metropolis template of RocketTheme and not our JA Template. If you face any issue in future, please don’t hesitate to contact us

    marklimonbay Friend
    #512449

    Hi, I have a similar problem. The logo is there, but cutted in half. The original logo.png is 241 x 40px and mine is 241 x 60px.

    In my style.less I have:

    // HEADER
    // ---------------------------------------------------------

    #t3-header {
    overflow: visible;
    padding-top: @T3globalPadding*2;
    z-index: 11;
    }

    I already tried adding “padding-bottom: 40px;” and “padding-bottom: @T3globalPadding*2” but nothing happens.

    Can you help me?

    Thanks!

    phong nam Friend
    #512614

    Hey guys,

    The size of logo on T3v3 templates will depend on the size of logo image you defined in variables.less and the span width of logo section in the header block. I think you guys can try to refer this tips to get a better result in this case.

    marklimonbay Friend
    #512845

    I finally did it, playing with margins in template.css

    Thanks

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

This topic contains 7 replies, has 4 voices, and was last updated by  marklimonbay 10 years, 11 months ago.

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