Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • hdsalah2016 Friend
    #1024101

    Hi Hello! when i open to the mobile phones the logo is not displayed accurately and not in a proper place, that disturbs me.
    From mobile section I don’t know how to fix it.

    Please help us!

    and this is my mobile snapshot

    best regard..

    Pankaj Sharma Moderator
    #1024121

    Hi
    Can u post the screenshot and working site URL here?
    So that i will have a look on it.
    Regards

    hdsalah2016 Friend
    #1024134

    and this is my mobile snapshot

    best regard..


    1. 17690212_10206532289146343_207991082_n
    Pankaj Sharma Moderator
    #1024138

    Hi
    the site is in Offline mode. Kindly send me site super user login so I can log in and chek the issue.
    Use Set as a private reply to send information.

    Regards

    hdsalah2016 Friend
    #1024144
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1024147

    Hi
    You have a fixed width code in custom.css file

    .logo-image a {
    width: 212px;
    height: 81px;
    }
    .logo {
    height: 102px;
    }

    replace the code with this code

    @media (min-width:768px) {
    .logo-image a {
    width: 212px;
    height: 81px;
    }
    .logo {
    height: 102px;
    }}
    
    @media (max-width:768px) {.logo-image a { width: 140px; height: 51px; } .logo { height: 70px;
    }}

    Regards

    hdsalah2016 Friend
    #1024207

    thank you..very much mr. moderator ;; Pankaj Saharma

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

This topic contains 6 replies, has 2 voices, and was last updated by  hdsalah2016 7 years, 7 months ago.

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