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

    I am working on the JA Brisk template. I need to be able to edit the logo size on the mobile phone template but leave the standard template as it is. Is this possible?

    Kind Regards

    chavan Friend
    #528165

    I suggest to make the logo as image in the template manager instead of the existing background image. so this would fix the responsive logo

    scolmac Friend
    #528168

    Hi Chavan

    Thanks for your response.

    The logo setting is already set as image.

    I think you may have misunderstood my request. We are happy with how the logo appears on the main template. We have altered the default size and made it larger in the css. However we need the logo to look smaller when viewed on a mobile phone only. Is there anywhere I can edit the mobile phone logo size?

    Thanks

    chavan Friend
    #528173

    I understood in a perfect way. And I have provided a suggestion to fix that issue.

    Again

    you have added the images as a background in css. Instead you need to upload the images in the template Manager.

    If you still can’t understand please send me the admin details will fix it for you.

    chavan Friend
    #528708

    Thanks for the details.

    Gone to this File: /templates/ja_brisk/css/custom.css

    I have Added this code

    @media screen and (max-width: 1024px){

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

    .logo-image a{
    background: none !important;
    height:40px !important;
    width:auto !important;
    }

    }
    @media screen and (max-width: 400px){

    .head-search .input, .head-search .input:focus{
    width: 81% !important;
    margin: 0 10px;

    }

    .ja-header{
    height: 100px;
    }

    .container.ja-mainbody{
    margin-top:100px !important;
    }

    .ja-header .ja-search {

    float: none !important;
    position: relative !important;
    right: 0 !important;
    width: 100% !important;
    }

    .ja-header .ja-search .head-search{
    margin-top:5px !important;
    }

    }

    Also made some changes on /templates/ja_brisk/tpls/blocks/header.php

    Check on your mobile, tablet and confirm me

    scolmac Friend
    #529084

    Thanks very much Chavan!

    It looks perfect.

    webcode Friend
    #535834

    On my site the mobile logo disappeared after updates.
    This is what i have in custom.css

    /* mobile */ @media (max-width: 767px) {
    .logo-image a {
    width: 226px;
    height: 50px;
    background-image: url(../images/logo_smartphone.png);
    }
    .t3-mainnav {
    background: none;
    float: left;
    }

    .container.ja-mainbody {
    padding-top: 110px;
    }
    .ja-content.span8.pull-right{
    margin-right: 0px;

    }
    }

    someone please help
    best regads

    i changed <div class=”ja-logo span2″>
    to <div class=”ja-logo span4″>
    i have mobil logo now, but the mobil menu is not showing

    chavan Friend
    #535872

    @webcode

    can you please post your site url

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

This topic contains 8 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