Okay
  Public Ticket #1025154
Mobile: Slider Logo cut off & Map click
Closed

Comments

  •  2
    Jan started the conversation

    Hello,

    Logo on Slider images: Logo is cut off on Right on iPhone 6...  file images/logo_intro_small.png... mask or padding?

    Map: Mobile: When click on Map Pin, does not open iPhone/android map app to get to location.

    Thanks,

    Jenner

  •  840
    Jelly replied

    Hi,

    1. For the logo, please add this custom style to resolve it:

    @media only screen and (max-width: 568px){
    .logointro {
        width: 175px;
    }
    }
    

    2. For the map, this just the static map and you can't make it open with Google Maps. It's impossible to do because the map script not support for it.

    Best Regards,
    Jelly Team

  •  2
    Jan replied

    Logo: Thank you for the script, which file do I put the script in and on what line?

    For the map... is there a style for putting a href with an address? That way a user can click on the address to open their device map?

  •  840
    Jelly replied

    Hi,

    1. For the custom style, please add it in:

    /elixir/css/elixir.css

    Please add it in the end of the file.

    2. We don't provide customization, so you will need do it with your self. You can check more detail here:

    http://stackoverflow.com/questions/18223533/how-to-launch-google-maps-on-iphone-via-web-link

    But I'm afraid it's complex to do, so if you can't do it, please hire a freelancer to do it for you.

    Best Regards,
    Jelly Team