Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #72820
    ronin
    Member
    Post count: 282

    Hi,

    I’ve got a site where the logo is too wide to fit the menu in without overlapping on the iPad (eg http://www.propertyology.com.au ) – how can we make the logo downsize when viewed on an ipad?

    cheers, Kurt

    #72848
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

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

    – Kyle

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

You must be logged in to reply to this topic.