Tagged: ,

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

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

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