New Landing How can we help? Themeforest Theme Support Dante mobile logo streched

Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #141394
    #141403
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    #logo img, #logo img.retina {
      max-width: 280px;
    }
    

    – Kyle

    #141422
    leggero
    Member
    Post count: 107

    Worked! but for iphone 4&5 the logo is too large, is it possible to make it smaller?

    Thanks and best regards

    Caspar

    #141426
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Reduce the max width

    – Kyle

    #141430
    leggero
    Member
    Post count: 107

    tried, but than it streches again…

    #141437
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    @media only screen and (max-width: 479px) { 
    #logo img, #logo img.retina {
      max-width: 230px;
      height: auto;
      min-height: 0;
    }
    }

    – Kyle

    #141443
    leggero
    Member
    Post count: 107

    Perfect! Thanks a lot!

    #141447
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

    #223084
    nickbsims
    Member
    Post count: 8

    I’m having the same problems with my mobile logo. It’s stretched but the above CSS doesn’t fix it for me.

    http://firstbcc.nsims.com

    #223164
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Doesn’t look stretched for me? http://d.pr/i/1eNe7/4p9DWv9l

    – Kyle

    #223282
    nickbsims
    Member
    Post count: 8

    It’s stretched on mobile version not desktop. Please review and assist.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #223296
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems fine for me in Android.

    https://www.dropbox.com/s/919w6ciejj2lzn6/Screenshot_2015-10-26-12-59-21.png?dl=0

    What device are you using? Try to clear the mobile cache.

    -Rui

    #223298
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its also looking perfect for me at mobile. Please clear the cache of browser and check.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.