Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #329868

    I have a fairly small logo on this website but it still runs into the menu on mobile devices in portrait mode. Is there an easy way to scale it down for iPhones?

    Thanks!

    -m

    #330177

    Hi squarelight!

    Try adding this code to custom.css:

    @media only screen and (max-width:479px) { 
    
    .responsive .logo img {
    
    width: 150px;
    height: auto !important;
    padding-top: 15px;
    
    }
    
    }

    Cheers!
    Arvish

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.