New Landing How can we help? Themeforest Theme Support Dante Logo squeezed on Iphone

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #308148
    Nico
    Member
    Post count: 20

    Hey there,

    unfortunatley, the logo appears squeezed on iphones. None of the solution suggested in this forum worked for me. Any ideas?

    Also how is it possible to change the menue symbol (mobile)? Currently is just a square with two horizontal lines. I would prefer just three horizontal lines on top of each other (i.e. jackyf.de).

    Thanks!

    Best, Nico

    #308152
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Did you upload the retina logo?

    -Rui

    #308155
    Nico
    Member
    Post count: 20
    This reply has been marked as private.
    #308160
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I’m seeing fine in my mbp retina screen, so it should work fine in the iPhone.
    https://www.dropbox.com/s/lums408287qfwv2/Screenshot%202016-12-28%2011.04.19.png?dl=0

    Can you try to clear the mobile browser cache?

    If it doesn’t work, will forward to a colleague that has an iPhone to check.

    -Rui

    #308168
    Nico
    Member
    Post count: 20

    Hey Rui, problem is still there. Would be great if you could forward it to your colleague. Thanks!

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

    No problem. I just did it now.
    Let’s wait.

    -Rui

    #308248
    David Martin – Support
    Moderator
    Post count: 20834

    If you are not using the Top Bar option, please disable that in the theme options to save your header space.

    To answer your question, please test this CSS

    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) {
    max-height: initial !important;
    }
    #308544
    Nico
    Member
    Post count: 20

    Hi David, thanks for your response and happy new year!

    I’m actually using the top bar as you can see http://www.nextorganic.de. Any other solution?

    What’s this custom CSS for? Does it change the menu symbol? Or is it for the logo-problem?

    Cheers, Nico

    #308592
    David Martin – Support
    Moderator
    Post count: 20834

    The above CSS will fix the logo squeeze issue reported.

    #308837
    Nico
    Member
    Post count: 20

    Hi David, I tried

    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) {
    max-height: initial !important;
    }

    Logo is still squeezed on iphones… Any other idea?

    Best, Nico

    #308870
    David Martin – Support
    Moderator
    Post count: 20834

    Apologies, the selector was missing. I’ve updated to:

    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
      #logo img, 
      #logo img.retina {
        max-height: initial !important;
      }
    }
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register